Gets or sets the name of the printed document.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# 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 - ".
This string is displayed in the print queue status window and in page headers.
WpfDiagram Programmer's Guide | © 2024 MindFusion |