EditSelectedAnnotationText Method

Displays a dialog box with the selected text annotation. The dialog box enables the end user to modify the text.

Applies To

Image Edit control

Syntax

object.EditSelectedAnnotationText Left,Top

Arguments

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


Return Value

None

Remarks

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.

See Also

Annotation topics in Imaging Concepts

MarkSelect event

Save method

SaveAs method