Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / OptimizeFontsOptions Class / RemoveUnusedGlyphs Property

In This Topic
    RemoveUnusedGlyphs Property
    In This Topic
    Gets or sets a value indicating whether to remove unused glyphs from fonts. The default is true.

    Note that currently only TrueType fonts are supported.

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