Click or drag to resize
AB4D logo

ReaderSvgUseSimpleText Property

If true text is always rendered as TextBlock - also if text is using custom strokes and fill patters. If false than in case of custom strokes and fill patterns text is converted into Path elements and the appropriate effects are applied to it. Default value is false;

Namespace:  Ab2d
Assembly:  Ab2d.ReaderSvg (in Ab2d.ReaderSvg.dll) Version: 7.1.7295.1040
Syntax
C#
public bool UseSimpleText { get; set; }

Property Value

Type: Boolean
See Also