'Declaration
Public Function FlattenAnnotation( _ ByVal AnnotationIdx As Integer _ ) As GdPictureStatus
public GdPictureStatus FlattenAnnotation( int AnnotationIdx )
public function FlattenAnnotation( AnnotationIdx: Integer ): GdPictureStatus;
public function FlattenAnnotation( AnnotationIdx : int ) : GdPictureStatus;
public: GdPictureStatus FlattenAnnotation( int AnnotationIdx )
public: GdPictureStatus FlattenAnnotation( int AnnotationIdx )
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.