Analysis |
The PDF/A analysis options
Options for the analysis of documents using the validator's method Analyze(Document, AnalysisOptions) in preparation for the document's conversion to PDF/A.public class AnalysisOptions : NativeObject
The AnalysisOptions type exposes the following members.
Name | Description | |
---|---|---|
AnalysisOptions |
Name | Description | |
---|---|---|
Conformance | The PDF/A conformance to validate It is recommended to use:
Default: "PDF/A-2b" | |
StrictMode | Whether to enable additional, strict validation checks Whether to check for potential issues that are corner cases of the PDF/A ISO Standard in which a conversion is strongly advised. Also see the documentation of IsConversionRecommended. Default: |
Name | Description | |
---|---|---|
Equals | (Inherited from NativeObject) | |
GetHashCode | (Inherited from NativeObject) |