Accusoft.PrintPro8.Net
Item(Int32) Property




An integer value which represents the index of the printer to return from the collection.
Gets a Printer object which matches the given index value.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal index As Integer _
) As Printer
'Usage
 
Dim instance As PrinterCollection
Dim index As Integer
Dim value As Printer
 
value = instance.Item(index)
public Printer Item( 
   int index
) {get;}
public: __property Printer* get_Item( 
   int index
);
public:
property Printer^ Item {
   Printer^ get(int index);
}

Parameters

index
An integer value which represents the index of the printer to return from the collection.

Property Value

A Printer object which matches the given index.
See Also

Reference

PrinterCollection Class
PrinterCollection Members
Overload List

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback