Accusoft.PrintProSdk Namespace > Printer Class : SaveFileType Property |
'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(); }
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.