This property sets the value of whether to hide the text or stamp object while drawing or editing the object.

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

Property Value

True: Hides the text or stamp object while editing

False: Displays the text or stamp object while editing

Default value is False

Explanation

The NoShowStringObject property sets the value of whether to hide the text or stamp object while drawing or editing the object.

When this property is set to True and an object is drawn or edited, the text/stamp object is hidden while the object is being drawn or edited. Use this property when there are many text/stamp objects and drawing/editing of the object becomes slow.

Also See

ImageKit.Edit Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation