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