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

Namespace: Spire.Pdf.Print
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

String

See Also