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

In This Topic
    DrawSvgTextAsPath Property
    In This Topic
    Gets or sets a value indicating whether SVG text elements should be rendered as graphic paths.

    The default is true.

    This property is ignored when rendering to formats other than SVG.

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