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.

The FontEmbeddingOptions type exposes the following members:

Constructors

NameDescription
FontEmbeddingOptions()Initializes a new instance of the FontEmbeddingOptions class

Properties

NameDescription
use_default_substitutionDeclares to substitute non-embedded font using default font substitution strategy. By default false;

See Also