Accusoft.PrintPro8.Net
Count Property (PrinterCollection)




Gets the number of Printer objects in the collection.
Syntax
public override int Count {get;}
public: __property int get_Count() override;
public:
property int Count {
   int get() override;
}
'Declaration
 
Public Overrides ReadOnly Property Count As Integer
 
'Usage
 
Dim instance As PrinterCollection
Dim value As Integer
 
value = instance.Count

Property Value

An integer value which represents the number of printer objects in the collection.
Remarks

The default value is 0.

See Also

Reference

PrinterCollection Class
PrinterCollection Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback