Accusoft.PrintPro8.Net
Item(Int32) Property




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

Parameters

index
An integer value which represents the index of the Paper object to get within the collection.

Property Value

The Paper object that matches the given specified index.
See Also

Reference

PaperCollection Class
PaperCollection Members
Overload List

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback