GdPicture.NET.14.API
GdPicture14 Namespace / GdPicturePDF Class / RemoveAnnotationAction Method
The 0-based index of the required annotation within the current page. It must be a value from 0 to GdPicturePDF.GetAnnotationCount-1.
Example





RemoveAnnotationAction Method (GdPicturePDF)
Removes action from annotation object specified by its index on the currently selected page of the loaded PDF document.
Syntax
'Declaration
 
Public Function RemoveAnnotationAction( _
   ByVal AnnotationIdx As Integer _
) As GdPictureStatus
 

Parameters

AnnotationIdx
The 0-based index of the required annotation within the current page. It must be a value from 0 to GdPicturePDF.GetAnnotationCount-1.

Return Value

A member of the GdPictureStatus enumeration. If the method has been successfully followed, then the return value is GdPictureStatus.OK.

We strongly recommend always checking this status first.

Remarks
This method is only allowed for use with non-encrypted documents.
Example

	
See Also