Foxit PDF SDK
9.1
|
Annotation event listener. More...
Instance Methods | |
(void) | - onAnnotAdded:annot: |
Triggered when the annotation is added. More... | |
(void) | - onAnnotDeleted:annot: |
Triggered when the annotation is deleted. More... | |
(void) | - onAnnotDeselected:annot: |
Triggered when the annotation is deselected. More... | |
(void) | - onAnnotFlattened:annot: |
Triggered when the annotation is flattened. More... | |
(void) | - onAnnotModified:annot: |
Triggered when the annotation is modified. More... | |
(void) | - onAnnotsAdded: |
Triggered when the annotations are added. More... | |
(void) | - onAnnotSelected:annot: |
Triggered when the annotation is selected. More... | |
(void) | - onAnnotsWillDelete: |
Triggered before the annotations will be deleted. More... | |
(void) | - onAnnotWillDelete:annot: |
Triggered before the annotation is deleted. More... | |
(void) | - onAnnotWillFlatten:annot: |
Triggered before the annotation is flattened. More... | |
Annotation event listener.
Triggered when the annotation is added.
[in] | page | The page where the annotation is located. |
[in] | annot | The added annotation. |
Triggered when the annotation is deleted.
[in] | page | The page where the annotation is located. |
[in] | annot | The deleted annotation. |
Triggered when the annotation is deselected.
[in] | page | The page where the annotation is located. |
[in] | annot | The deselected annotation. |
Triggered when the annotation is flattened.
[in] | page | The page where the annotation is located. |
[in] | annot | The flattened annotation. |
Triggered when the annotation is modified.
[in] | page | The page where the annotation is located. |
[in] | annot | The modified annotation. |
|
optional |
Triggered when the annotations are added.
[in] | annots | The added annotations. |
Triggered when the annotation is selected.
[in] | page | The page where the annotation is located. |
[in] | annot | The selected annotation. |
|
optional |
Triggered before the annotations will be deleted.
[in] | annots | The annotations that will be deleted. |
Triggered before the annotation is deleted.
[in] | page | The page where the annotation is located. |
[in] | annot | The annotation that will be deleted. |