Skybound.Gecko.PrintSettings.SetEffectivePageSize C# (CSharp) Метод

SetEffectivePageSize() публичный Метод

public SetEffectivePageSize ( double aWidth, double aHeight ) : void
aWidth double
aHeight double
Результат void
        public void SetEffectivePageSize(double aWidth, double aHeight)
        {
            m_effectivePageWidth = aWidth;
            m_effectivePageHeight = aHeight;
        }
PrintSettings