This property sets whether or not custom designed text functions are enabled.

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

Property Value

True: Designed text functions are enabled

False: Designed text functions are not enabled

Default value is False

Explanation

The DesignedTextEnabled property sets whether or not designed text functions are enabled.

When this property is True, it is possible to draw bordered text, shadowed text, or gradient text depending on the values of the relevant properties.

This feature is applicable to both text objects and stamp objects. By adjusting the values of the following properties, you can draw bordered text, shadowed text, and text with gradient colors.

Border-related properties: TextBorderColor, TextBorderColorOpacity, TextBorderWidth
Gradient-related properties: ForeColor2, TextLinearGradientMode
Shadow-related properties: TextShadowBlur, TextShadowColor, TextShadowColorOpacity, TextShadowOffsetX, TextShadowOffsetY

Elements of the text's design (such as borders, shadows, gradations) can be edited after they have been drawn by selecting the target object. In addition, text design related information can be saved and read from annotation files.

In the case of text with shadows, during object editing or operations involving drawing multiple lines, polygons, or pen objects, the display will be simplified (such as the shadow blur being removed) to prevent performance degradation. (The display will return to normal once the operation is completed.)

 

Custom Designed Text Example:

Also See

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

 

The ImageKit.NET3 is created by Newtone Corporation