Skybound.Gecko.PrintSettings.SetOrientationAttribute C# (CSharp) Méthode

SetOrientationAttribute() public méthode

public SetOrientationAttribute ( int aOrientation ) : void
aOrientation int
Résultat void
        public void SetOrientationAttribute(int aOrientation)
        {
            m_orientation = aOrientation;
        }
PrintSettings