Accusoft.PrintPro8.Net
Count Property (PrinterCollection)




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

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

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback