Accusoft.PrintPro8.Net
SaveFileType Property




Gets the file type that the print is saved as.
Syntax
'Declaration
 
Public ReadOnly Property SaveFileType As SaveFileType
'Usage
 
Dim instance As Printer
Dim value As SaveFileType
 
value = instance.SaveFileType
public SaveFileType SaveFileType {get;}
public: __property SaveFileType get_SaveFileType();
public:
property SaveFileType SaveFileType {
   SaveFileType get();
}

Property Value

A SaveFileType enumeration value which determines the file type that the print is saved as.
Remarks

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

See Also

Reference

Printer Class
Printer Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback