Displays a dialog box with the selected text annotation. The dialog box enables the end user to modify the text.
Image Edit control
object.EditSelectedAnnotationText Left,Top
Parameter | Data Type | Setting |
Left | Long | The beginning horizontal position of the mark to be edited |
Top | Long | The beginning vertical position of the mark to be edited |
None
The left and top coordinates of the annotation to be edited can be obtained from the MarkSelect event.
After invoking the EditSelectedAnnotationText method, the Save or SaveAs method must be invoked to save the altered annotation.
Annotation topics in Imaging Concepts
MarkSelect event
Save method
SaveAs method