Skybound.Gecko.PrintSettings.SetOrientationAttribute C# (CSharp) 메소드

SetOrientationAttribute() 공개 메소드

public SetOrientationAttribute ( int aOrientation ) : void
aOrientation int
리턴 void
        public void SetOrientationAttribute(int aOrientation)
        {
            m_orientation = aOrientation;
        }
PrintSettings