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

GetPrintReversedAttribute() public method

public GetPrintReversedAttribute ( ) : bool
return bool
        public bool GetPrintReversedAttribute()
        {
            Console.WriteLine("50");
            return m_printReversed;
        }
PrintSettings