This property retrieves whether or not the selected text annotation object has automatic word wrapping enabled.

[Visual Basic] Public ReadOnly Property SelectedObjectWordWrap As Boolean
[C#] public bool SelectedObjectWordWrap {get;}

Property Value

True: The selected text annotation object has automatic word wrapping enabled

False: The selected text annotation object does not have automatic word wrapping enabled

Default value is True

Explanation

The SelectedObjectWordWrap property retrieves whether or not the selected text annotation object has automatically word wrapping.

This property is enabled only when the selected object is a text object. When the EditKind property is set to values other than KindOfEdit.Select, or when no object has been selected, or when the selected object is not a text annotation object, the SelectedObjectWordWrap property value will be False.

See also

ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit

 

The ImageKit.NET2 is created by Newtone Corporation