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

In This Topic
    EmbedSvgFonts Property
    In This Topic
    Gets or sets a value indicating whether fonts used in the SVG text elements should be embedded.

    The default is false.

    This property is ignored when rendering to formats other than SVG or if DrawSvgTextAsPath is true.

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