Click or drag to resize
Pdftools logo

ConversionOptions Class

The PDF/A conversion options

The options for the conversion of documents using the converter's method Convert(AnalysisResult, Document, Stream, ConversionOptions, OutputOptions)
Inheritance Hierarchy
SystemObject
  PdfTools.InternalNativeBase
    PdfTools.InternalNativeObject
      PdfTools.PdfA.ConversionConversionOptions

Namespace: PdfTools.PdfA.Conversion
Assembly: PdfTools (in PdfTools.dll) Version: 1.5.0+84bd4d36da7e2449ee09fddee89e23a99b6ffcca
Syntax
C#
public class ConversionOptions : NativeObject

The ConversionOptions type exposes the following members.

Constructors
 NameDescription
Public methodConversionOptions 
Top
Properties
 NameDescription
Public propertyConformance

The minimal target conformance

If a conformance is set, it is used as the minimal target conformance. The PDF/A version of the conformance must match the PDF/A version of the analysisOptions of Analyze(Document, AnalysisOptions). If the conformance level cannot be achieved, the conversion will abort with the error ConformanceException. If a higher conformance level can be achieved, it is used automatically.

If is used, the optimal conformance determined in the analysis (i.e. RecommendedConformance) is used. It is highly recommended to use .

Default value:

Public propertyCopyMetadata

Whether to copy metadata

Copy document information dictionary and XMP metadata. Default: .
Top
Methods
 NameDescription
Public methodEquals
(Inherited from NativeObject)
Public methodGetHashCode
(Inherited from NativeObject)
Top
See Also