Gets or sets a value that indicates whether to show a text edit window after a text object is drawn.
public bool ShowTextObjectEditWindowAfterDraw { get; set; }
Public Property ShowTextObjectEditWindowAfterDraw As Boolean
true to show a text edit window after a text object is drawn; otherwise, false.
When the value of this property is true (default) and a new object that derives from AnnTextObject is drawn, a text window will pop up to let you change the text value.
The ShowTextObjectEditWindowAfterDraw only works if the value of the EditObjectAfterDraw is set to true.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET