Gets the name to display to the user while printing the document (i.e., in a print status dialog or a printer queue).
[Visual Basic] Public Property DocumentName As String [C#] public string DocumentName {get; set;} [C++] public: __property String* get_DocumentName(); public: __property void set_DocumentName(String*); [JScript] public function get DocumentName() : String; public function set DocumentName(String);
The name to display to the user while printing the document (i.e., in a print status dialog or a printer queue).
PrintDocument Class | PrintDocument Members | System.Drawing.Printing Namespace | DefaultPageSettings | PrintController | PrinterSettings