Click or drag to resize
Pdftools logo

ArchiveConformance Property

The PDF/A conformance of the output document

The supported PDF/A conformance are:

  • "PDF/A-1b"
  • "PDF/A-1a"
  • "PDF/A-2b"
  • "PDF/A-2u"
  • "PDF/A-2a"
  • "PDF/A-3b"
  • "PDF/A-3u"
  • "PDF/A-3a"
With level A conformances (PDF/A-1a, PDF/A-2a, PDF/A-3a), the properties AlternateText and Language must be set.

Default value: "PDF/A-2b"


Namespace: PdfTools.Image2Pdf.Profiles
Assembly: PdfTools (in PdfTools.dll) Version: 1.0.0
Syntax
C#
public Conformance Conformance { get; set; }

Property Value

Conformance
Exceptions
ExceptionCondition
ArgumentException[set] The conformance is PDF but must be PDF/A for this profile. Use the profile Default to create PDF documents.
ArgumentNullException[set] if value is .
See Also