[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.OptimizeFontsOptions

Class OptimizeFontsOptions

Namespace
GrapeCity.Documents.Pdf
Assembly
GcDocs.Pdf.dll

Represents options controlling the behavior of the OptimizeFonts(OptimizeFontsOptions) method.

public class OptimizeFontsOptions
Inheritance
object
OptimizeFontsOptions
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

OptimizeFontsOptions()

public OptimizeFontsOptions()

Properties

MergeSubsets

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.

public bool MergeSubsets { get; set; }

Property Value

bool

RemoveUnusedGlyphs

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.

public bool RemoveUnusedGlyphs { get; set; }

Property Value

bool