Accusoft.PrintPro8.Net
Item(String) Property




An integer which represents the name of the paper bin to retrieve.
Gets the PaperBin object with the specified name within the collection.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal index As String _
) As PaperBin
'Usage
 
Dim instance As PaperBinCollection
Dim index As String
Dim value As PaperBin
 
value = instance.Item(index)
public PaperBin Item( 
   string index
) {get;}
public: __property PaperBin* get_Item( 
   string* index
);
public:
property PaperBin^ Item {
   PaperBin^ get(String^ index);
}

Parameters

index
An integer which represents the name of the paper bin to retrieve.

Property Value

The PaperBin object with specified name within the collection.
See Also

Reference

PaperBinCollection Class
PaperBinCollection Members
Overload List

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback