PdfPrintSettings
DocumentName Property
|
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: 11.3.7.0 (11.3.7.1046)
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