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

GetPrintCommandAttribute() public method

public GetPrintCommandAttribute ( ) : string
return string
        public string GetPrintCommandAttribute()
        {
            Console.WriteLine("53");
            return m_printCommand;
        }
PrintSettings