Class PdfA3Checker
PdfA3Checker defines the requirements of the PDF/A-3 standard and contains a number of methods that override the implementations of its superclass PdfA2Checker.
public class PdfA3Checker : PdfA2Checker, IValidationChecker
- Inheritance
-
PdfA3Checker
- Implements
- Derived
- Inherited Members
Remarks
PdfA3Checker defines the requirements of the PDF/A-3 standard and contains a number of methods that override the implementations of its superclass PdfA2Checker. The specification implemented by this class is ISO 19005-3
Constructors
PdfA3Checker(PdfAConformanceLevel)
Creates a PdfA3Checker with the required conformance level
public PdfA3Checker(PdfAConformanceLevel conformanceLevel)
Parameters
conformanceLevel
PdfAConformanceLevelthe required conformance level,
a
oru
orb
Fields
allowedAFRelationships
protected static readonly ICollection<PdfName> allowedAFRelationships
Field Value
Methods
CheckFileSpec(PdfDictionary)
protected override void CheckFileSpec(PdfDictionary fileSpec)
Parameters
fileSpec
PdfDictionary