Accusoft.PrintPro8.Net
IsFilePrinter Property




Gets an indicator which determines if this printer object is actually a file printer.
Syntax
'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.
See Also

Reference

Printer Class
Printer Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback