Gets or sets the document name.
[Visual Basic]
Public Property DocumentName As String
[C#]
public string DocumentName {get; set;}
Property Value
Document name.
Example
How to set the document name.
printPreview.DocumentName = "SampleDocument"
printPreview.DocumentName = "SampleDocument";
See Also
AwPrintPreview Class | Asterworld.PrintPreview Namespace