PageAnnotRemove Method (Int32) |
Removes the annoation at a given location.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void AnnotRemove(
int pos
)
Public Sub AnnotRemove (
pos As Integer
)
public:
virtual void AnnotRemove(
[InAttribute] int pos
) sealed
function AnnotRemove(pos);
Parameters
- pos
- Type: SystemInt32
- A zero based index of the annotation to remove.
Remarks Removing the annotation invalidates any associated Annot object.
See Also