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

In This Topic
    MergeSubsets Property
    In This Topic
    Gets or sets a value indicating whether to merge subsets of the same font into a single subset. The default is true.

    Note that currently only TrueType fonts are supported.

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