| Conformance(Int32, ConformancePdfALevel) Constructor |
Create a new PDF/A conformance (see
PdfA).
Namespace: PdfTools.PdfAssembly: PdfTools (in PdfTools.dll) Version: 1.0.0
Syntax 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 Exception | Condition |
---|
ArgumentException | For invalid part or level arguments. |
See Also