Accusoft.PrintPro8.Net
Item(String) Property




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

Parameters

index
A string value which represents the name of the paper to retrieve from within the colleciton.

Property Value

The Paper object which matches the specified name.
See Also

Reference

PaperCollection Class
PaperCollection Members
Overload List

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback