Class FontEmbeddingOptions

FontEmbeddingOptions class

PDF/A standard requires, that all fonts must be embedded into document. This class includes flags for cases when it’s not possible to embed some font cause this font is absent on destination PC.

public class FontEmbeddingOptions

Constructors

NameDescription
FontEmbeddingOptions()The default constructor.

Properties

NameDescription
UseDefaultSubstitution { get; set; }Declares to substitute non-embedded font using default font substitution strategy. By default false;

See Also