MindFusion.Wpf Pack Programmer's Guide
PrintOptions.DocumentName Property
See Also
 





Gets or sets the name of the printed document.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public string DocumentName { get; set; }

Visual Basic  Copy Code

Public Property DocumentName As String

 Property Value

A string value specifying the name of the printed document. The default is " - Untitled - ".

 Remarks

This string is displayed in the print queue status window and in page headers.

 See Also

PrintOptions Members
PrintOptions Class
MindFusion.Diagramming.Wpf Namespace