Click or drag to resize
AB4D logo

GeometryTextExportType Enumeration

GeometryTextExportType enum describes how the text is exported into geometry objects.

Namespace:  Ab2d.Common.ReaderSvg
Assembly:  Ab2d.ReaderSvg (in Ab2d.ReaderSvg.dll) Version: 7.1.7295.1040
Syntax
C#
public enum GeometryTextExportType
Members
  Member nameValueDescription
RemoveText0 Text is removed from geometry.
GlyphRun1 GlyphRun is used to define the text.
PathGeometry2 Text is converted into Path.
See Also