Accusoft.ThumbnailXpress6.Net
ItemIndex Property (ErrorEventArgs)




Gets and sets the index for the Thumbnail Item collection member which incurred an error during thumbnail generation.
Syntax
'Declaration
 
Public Property ItemIndex As Integer
'Usage
 
Dim instance As ErrorEventArgs
Dim value As Integer
 
instance.ItemIndex = value
 
value = instance.ItemIndex
public int ItemIndex {get; set;}
public: __property int get_ItemIndex();
public: __property void set_ItemIndex( 
   int value
);
public:
property int ItemIndex {
   int get();
   void set (    int value);
}

Property Value

An integer value which represents the zero-based index of the thumbnail.
Remarks

This index is only valid if there are no additions or deletions to the thumbnail item collection prior to use of this index value.

See Also

Reference

ErrorEventArgs Class
ErrorEventArgs Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback