Gets the document name for the print job. Note that setting this property will have no affect on the print job and instead the PrintJob or PrintPreviewJob constructor should be used to specify the document name. The setting of this property will be deprecated and this property will be read-only in a future version.
'Declaration
Public ReadOnly Property Name As String
'Usage
Dim instance As PrintJob
Dim value As String
value = instance.Name
public string Name {get;}
public: __property string* get_Name();
public:
property String^ Name {
String^ get();
}
Property Value
A string value which represents the name of the document for the print job.