NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PrintDocument.DocumentName

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);

Property Value

The name to display to the user while printing the document (i.e., in a print status dialog or a printer queue).

See Also

PrintDocument Class | PrintDocument Members | System.Drawing.Printing Namespace | DefaultPageSettings | PrintController | PrinterSettings