Gets an indicator which determines if this printer object is actually a file printer.
'Declaration
Public ReadOnly Property IsFilePrinter As Boolean
'Usage
Dim instance As Printer
Dim value As Boolean
value = instance.IsFilePrinter
public bool IsFilePrinter {get;}
public: __property bool get_IsFilePrinter();
public:
property bool IsFilePrinter {
bool get();
}
Property Value
A boolean value which is
true if this printer object is a file printer. Otherwise,
false is used.