In This Topic

AnnotationIdx Property (GdViewer.AnnotationResizedEventArgs)

In This Topic
The 0-based index of the resized annotation within the current page of the displayed document. It is a value from 0 to GetAnnotationCount-1.
Syntax
'Declaration
 
Public ReadOnly Property AnnotationIdx As Integer
public int AnnotationIdx {get;}
public read-only property AnnotationIdx: Integer; 
public function get AnnotationIdx : int
public: __property int get_AnnotationIdx();
public:
property int AnnotationIdx {
   int get();
}
See Also