PrintQueue::Comment Property
.NET Framework (current version)
Gets or sets a comment about the printer.
Assembly: System.Printing (in System.Printing.dll)
public: property String^ Comment { virtual String^ get(); virtual void set(String^ value); }
The comment is visible to users in the Windows printer list and on the Windows common print dialog. It can provide information not contained in the printer's name, model, or location properties, which are also visible in the same places; for example, "Reserved for Payroll Dept. between 3 pm and 4 pm." (The Description property enables you to store information that users cannot view unless your application makes it visible.)
.NET Framework
Available since 3.0
Available since 3.0
Show: