Search
PrintOptions.DocumentName Property
See Also
 





Gets or sets the name of the printed document.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public string DocumentName { get; set; }

Visual Basic  Copy Code

Public Property DocumentName As String

 Property Value

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

 Remarks

This name is usually displayed at the top of each printed page and in the print job queue window.

 See Also