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