PdfANonSpecificationFlags Class
This class holds flags to control PDF/A conversion for cases when source PDF document doesn't correspond to PDF specification. If flags of this clas are used it decreases performance but it's necessary when source PDF document can't be convert into PDF/A format by usual way. By default all flags are set to false.
Inheritance Hierarchy
SystemObject
  Aspose.PdfPdfANonSpecificationFlags

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

The PdfANonSpecificationFlags type exposes the following members.

Constructors
  NameDescription
Public methodPdfANonSpecificationFlags
Initializes a new instance of the PdfANonSpecificationFlags class
Properties
  NameDescription
Public propertyCheckDifferentNamesInFontDictionaries
Some PDF documents contain fonts which have different names in internal data. Use of this flag enforces special processing logic for cases when fields BaseFont and FontDescriptor.FontName are different.
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