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

SetPrintReversedAttribute() public method

public SetPrintReversedAttribute ( bool aPrintReversed ) : void
aPrintReversed bool
return void
        public void SetPrintReversedAttribute(bool aPrintReversed)
        {
            m_printReversed = aPrintReversed;
        }
PrintSettings