Skybound.Gecko.PrintSettings.SetEffectivePageSize C# (CSharp) Method

SetEffectivePageSize() public method

public SetEffectivePageSize ( double aWidth, double aHeight ) : void
aWidth double
aHeight double
return void
        public void SetEffectivePageSize(double aWidth, double aHeight)
        {
            m_effectivePageWidth = aWidth;
            m_effectivePageHeight = aHeight;
        }
PrintSettings