'Declaration Public Property PreciseCharPositions As System.Boolean
public System.bool PreciseCharPositions {get; set;}
Setting this property to false makes the resulting SVG file smaller but provides less precise positioning of individual characters.
The default is true.
This property is ignored when rendering to formats other than SVG or if DrawSvgTextAsPath is true.
'Declaration Public Property PreciseCharPositions As System.Boolean
public System.bool PreciseCharPositions {get; set;}