Removes the annotation at the specified annotation index from the specified page.
Syntax
public void DeleteAnnotation(
int ,
int
)
public: void DeleteAnnotation(
int ,
int
)
public:
void DeleteAnnotation(
int ,
int
)
'Declaration
Public Sub DeleteAnnotation( _
ByVal As Integer, _
ByVal As Integer _
)
'Usage
Dim instance As Document
Dim pageIndex As Integer
Dim annotationIndex As Integer
instance.DeleteAnnotation(pageIndex, annotationIndex)
Parameters
- pageIndex
- The zero-based page number of the Document to retrieve the annotation from.
- annotationIndex
- The zero-based annotation index of the page to retrieve the annotation from.
Exceptions
See Also