Click or drag to resize
Pdftools logo

DefaultConformance Property

The PDF conformance of the output document

All PDF conformances are supported. For PDF/A the Archive profile must be used.

Default value: "PDF 1.7"


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

Property Value

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