Click or drag to resize
Pdftools logo

Conformance(Int32, ConformancePdfALevel) Constructor

Create a new PDF/A conformance (see PdfA).

Namespace: PdfTools.Pdf
Assembly: PdfTools (in PdfTools.dll) Version: 1.0.0
Syntax
C#
public Conformance(
	int pdfaPart,
	ConformancePdfALevel pdfaLevel
)

Parameters

pdfaPart  Int32
PDF/A part must be 1, 2, or 3 for PDF/A-1, PDF/A-2, or PDF/A-3.
pdfaLevel  ConformancePdfALevel
The conformance level. Must be supported by the PDF/A part.
Exceptions
ExceptionCondition
ArgumentExceptionFor invalid part or level arguments.
See Also