Accusoft.PdfXpress6.Net
Item Property (DocumentCollection)




An integer value which represents the location within the collection to access the Document.
Gets and sets access to the Document at the specified index in the collection.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As Integer _
) As Document
'Usage
 
Dim instance As DocumentCollection
Dim index As Integer
Dim value As Document
 
instance.Item(index) = value
 
value = instance.Item(index)
public Document this[ 
   int index
]; {get; set;}
public: __property Document* get_Item   int index
;
public: __property void set_Item   int index,
   Document* value
;
public:
property Document^ default [int] {
   Document^ get(int index);
   void set (int indexDocument^ value);
}

Parameters

index
An integer value which represents the location within the collection to access the Document.

Property Value

An integer value which represents the document to access.
See Also

Reference

DocumentCollection Class
DocumentCollection Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback