PrintOptions.DocumentName Property

Aspose.Note for .NET API

PrintOptionsDocumentName Property

Gets or sets the document name to display (for example, in a print status dialog box or printer queue) while printing the document.

Namespace:  Aspose.Note.Saving
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public string DocumentName { get; set; }
Public Property DocumentName As String
	Get
	Set
public:
property String^ DocumentName {
	String^ get ();
	void set (String^ value);
}
member DocumentName : string with get, set

Property Value

Type: String
See Also