Accusoft.PrintPro8.Net
Item(String) Property




A string which represents the name of the printer.
Gets a printer from the given name.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal index As String _
) As Printer
'Usage
 
Dim instance As PrinterCollection
Dim index As String
Dim value As Printer
 
value = instance.Item(index)
public Printer Item( 
   string index
) {get;}
public: __property Printer* get_Item( 
   string* index
);
public:
property Printer^ Item {
   Printer^ get(String^ index);
}

Parameters

index
A string which represents the name of the printer.

Property Value

A Printer which matches the given index name value.The printer at specified index.
See Also

Reference

PrinterCollection Class
PrinterCollection Members
Overload List

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback