Accusoft.ImagXpress13.Net
Item Property (RedeyeCollection)




Gets or sets the RedeyeRectangle at the specified index.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As Integer _
) As RedeyeRectangle
'Usage
 
Dim instance As RedeyeCollection
Dim index As Integer
Dim value As RedeyeRectangle
 
instance.Item(index) = value
 
value = instance.Item(index)
public RedeyeRectangle this[ 
   int index
]; {get; set;}
public: __property RedeyeRectangle* get_Item   int index
;
public: __property void set_Item   int index,
   RedeyeRectangle* value
;
public:
property RedeyeRectangle^ default [int] {
   RedeyeRectangle^ get(int index);
   void set (int indexRedeyeRectangle^ value);
}

Parameters

index
Remarks

Note: Available in Professional edition.

See Also

Reference

RedeyeCollection Class
RedeyeCollection Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback