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.4.0+fc8bb87ea2616e7f35d94e0588d333abae862a7a
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