| 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.ProfilesAssembly: PdfTools (in PdfTools.dll) Version: 1.0.0
Syntax public Conformance Conformance { get; set; }
Property Value
ConformanceExceptions Exception | Condition |
---|
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