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

GetPrintInColorAttribute() public method

public GetPrintInColorAttribute ( ) : bool
return bool
        public bool GetPrintInColorAttribute()
        {
            Console.WriteLine("51");
            return m_printInColor;
        }
PrintSettings