This property sets whether or not text shadows are hidden.

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

Property Value

True: Text shadows are hidden (NOT displayed)

False: Text shadows are displayed

Default value is False

Explanation

The HideTextShadow property sets whether or not text shadows are hidden.

When the DesignedTextEnabled property is True and text shadowing is enabled, setting the HideTextShadow property will hide the shadows.

If the image is large and contains many objects including Text and Stamp objects displaying shadows, performance may suffer when editing objects. In such cases, set this property to True to hide shadows. Shadows are displayed by default.

Note: Even if this property is set to True, the shadow display/hide will not be automatically switched before and after the operation. When using it, set this property to True in the StartDrawObject, StartEditObject events, etc. And write the code to return to False in the EndDrawObject, EndEditObject events, etc.

Also See

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

 

The ImageKit.NET X is created by Newtone Corporation