In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdViewer / DeleteAnnotation Method

DeleteAnnotation Method (GdViewer)

In This Topic
Syntax
'Declaration

 

Public Sub DeleteAnnotation( _

   ByVal AnnotationIdx As Integer _

) 
public void DeleteAnnotation( 

   int AnnotationIdx

)
public procedure DeleteAnnotation( 

    AnnotationIdx: Integer

); 
public function DeleteAnnotation( 

   AnnotationIdx : int

);
public: void DeleteAnnotation( 

   int AnnotationIdx

) 
public:

void DeleteAnnotation( 

   int AnnotationIdx

) 

Parameters

AnnotationIdx
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdViewer
GdViewer Members