Click or drag to resize
Pdftools logo

AnalysisOptions Class

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.
Inheritance Hierarchy
SystemObject
  PdfTools.InternalNativeBase
    PdfTools.InternalNativeObject
      PdfTools.PdfA.ValidationAnalysisOptions

Namespace: PdfTools.PdfA.Validation
Assembly: PdfTools (in PdfTools.dll) Version: 1.7.0+cfcc11b476b3e1eb4320f0f37269191f64e36bd8
Syntax
C#
public class AnalysisOptions : NativeObject

The AnalysisOptions type exposes the following members.

Constructors
 NameDescription
Public methodAnalysisOptions 
Top
Properties
 NameDescription
Public propertyConformance

The PDF/A conformance to validate

It is recommended to use:

  • The input document's claimed conformance Conformance, if it is an acceptable conversion conformance. No conversion is needed, if the analysis result's property IsConversionRecommended is .
  • PDF/A-2b for the conversion to PDF/A-2. This is the recommended value for all other input documents.
  • PDF/A-3b for the conversion to PDF/A-3
  • PDF/A-1b for the conversion to PDF/A-1

Default: "PDF/A-2b"

Public propertyStrictMode

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:

Top
Methods
 NameDescription
Public methodEquals
(Inherited from NativeObject)
Public methodGetHashCode
(Inherited from NativeObject)
Top
See Also