Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / GcSvgGraphics Class / PreciseCharPositions Property

In This Topic
    PreciseCharPositions Property
    In This Topic
    Gets or sets a value indicating whether the positions are set for each individual character within the 'text' element.

    Setting this property to true makes the resulting SVG file larger but provides more precise positioning of individual characters.

    Changing this property only affects subsequent calls to GrapeCity.Documents.Drawing.GcGraphics.DrawTextLayout, GrapeCity.Documents.Drawing.GcGraphics.DrawString and GrapeCity.Documents.Drawing.GcGraphics.DrawString methods. Already rendered text is not affected.

    This property is ignored if GrapeCity.Documents.Drawing.GcGraphics.DrawTextAsPath is true.

    The default is false.

    Syntax
    'Declaration
     
    Public Property PreciseCharPositions As System.Boolean
    public System.bool PreciseCharPositions {get; set;}
    See Also