Accusoft.PrintPro8.Net
Current Property (PrinterEnumerator)




Gets the current Printer the enumerator is on in the collection.
Syntax
'Declaration
 
Public ReadOnly Property Current As Printer
'Usage
 
Dim instance As PrinterEnumerator
Dim value As Printer
 
value = instance.Current
public Printer Current {get;}
public: __property Printer* get_Current();
public:
property Printer^ Current {
   Printer^ get();
}

Property Value

A Printer which matches the enumerator is on currently within the collection.
See Also

Reference

PrinterEnumerator Class
PrinterEnumerator Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback