Accusoft.PrintPro8.Net
Item(Int32) Property




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

Parameters

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

Property Value

The PaperBin object which matches the specified index within the collection.
See Also

Reference

PaperBinCollection Class
PaperBinCollection Members
Overload List

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback