This property sets whether or not to hide the text shadow.

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

Property Value

True: Shadows are NOT displayed

False: Shadows are displayed

Default value is False

Explanation

The HideTextShadow property sets whether or not to hide text shadow.

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

This property is intended to prevent shadows from being displayed during operations where there are many objects in a large image, including shadowed text/stamp objects, which may cause poor performance while editing objects and while drawing pen, polygon, or multi-line drawings.

Therefore, use the StartDrawObject / EndDrawObject event or StartEditObject / EndEditObject event to set this property to True or False before or after the operation as appropriate.

The default value of False means that shadows will be displayed.

Also See

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

 

The ImageKit.NET3 is created by Newtone Corporation