Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / SaveAsImageOptions Class / PreciseCharPositions Property

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

    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.

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