Accusoft.ImagXpress13.Net
Item Property (ImageXTagCollection)




Gets and sets the index values within the collection.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As Integer _
) As ImageXTag
'Usage
 
Dim instance As ImageXTagCollection
Dim index As Integer
Dim value As ImageXTag
 
instance.Item(index) = value
 
value = instance.Item(index)
public ImageXTag this[ 
   int index
]; {get; set;}
public: __property ImageXTag* get_Item   int index
;
public: __property void set_Item   int index,
   ImageXTag* value
;
public:
property ImageXTag^ default [int] {
   ImageXTag^ get(int index);
   void set (int indexImageXTag^ value);
}

Parameters

index

Property Value

An ImageXTag object to index.
Remarks

Note: Available in Professional edition.

See Also

Reference

ImageXTagCollection Class
ImageXTagCollection Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback