Gets or sets the name of the document.
[Visual Basic]
Public Property Name As String
[C#]
public string Name {get; set;}
A string value that represents the name of the document.
The name of the document appears in the print job listing of the printer when the document is printed.
[C#]
private void btnPrint_Click(object sender, System.EventArgs e) |
[Visual Basic]
Private Sub btnPrint_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnPrint.Click |
Document Class | Document Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.