Gets or sets the name of the printed document.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public string DocumentName { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property DocumentName As String |
A string specifying the document name. The default is " - Untitled - ".
RemarksThis name is usually displayed at the top of each printed page and in the print job queue window.
See Also