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.
Inheritance Hierarchy
SystemObject
  Aspose.Pdf.PdfAOptionClassesFontEmbeddingOptions

Namespace: Aspose.Pdf.PdfAOptionClasses
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public class FontEmbeddingOptions

The FontEmbeddingOptions type exposes the following members.

Constructors
  NameDescription
Public methodFontEmbeddingOptions
Initializes a new instance of the FontEmbeddingOptions class
Properties
  NameDescription
Public propertyUseDefaultSubstitution
Declares to substitute non-embedded font using default font substitution strategy. By default false;
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also