Accusoft.PrintPro8.Net
Name Property (PrintJob)




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.
Syntax
'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.
Remarks

The default value is an empty string "".

See Also

Reference

PrintJob Class
PrintJob Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback