'Declaration
Public Function SelectAnnotation( _ ByVal AnnotationIdx As Integer _ ) As GdPictureStatus
public GdPictureStatus SelectAnnotation( int AnnotationIdx )
public function SelectAnnotation( AnnotationIdx: Integer ): GdPictureStatus;
public function SelectAnnotation( AnnotationIdx : int ) : GdPictureStatus;
public: GdPictureStatus SelectAnnotation( int AnnotationIdx )
public: GdPictureStatus SelectAnnotation( 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.
You can use -1 to deselect all annotation objects at once.
You can use -2 to select all annotation objects at once when AnnotationEnableMultiSelect is set to true.