'Declaration
Public Function GetAnnotationFromIdx( _ ByVal AnnotationIdx As Integer _ ) As Annotation
public Annotation GetAnnotationFromIdx( int AnnotationIdx )
public function GetAnnotationFromIdx( AnnotationIdx: Integer ): Annotation;
public function GetAnnotationFromIdx( AnnotationIdx : int ) : Annotation;
public: Annotation* GetAnnotationFromIdx( int AnnotationIdx )
public: Annotation^ GetAnnotationFromIdx( int AnnotationIdx )
Parameters
- AnnotationIdx
- The 0-based index of the required annotation within the current page of the displayed document. It must be a value from 0 to GetAnnotationCount-1.
Return Value
The required GdPicture/XMP annotation object of the type GdPicture14.Annotations.Annotation. The GetStat method can be subsequently used to determine if this method has been successful.