Accusoft.PrintPro8.Net
FileName Property




Gets the filename that the print is saved to.
Syntax
'Declaration
 
Public ReadOnly Property FileName As String
'Usage
 
Dim instance As Printer
Dim value As String
 
value = instance.FileName
public string FileName {get;}
public: __property string* get_FileName();
public:
property String^ FileName {
   String^ get();
}

Property Value

A string value which represents the filename that the print is saved to.
Remarks

If it is not a file printer, this method throws an exception. Use the IsFilePrinter property to test if a printer object is a file printer.

See Also

Reference

Printer Class
Printer Members
IsFilePrinter Property

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback