| Conformance(Int32, ConformancePdfALevel) Constructor |
Create a new PDF/A conformance (see
PdfA).
Namespace: PdfTools.PdfAssembly: PdfTools (in PdfTools.dll) Version: 1.7.0+cfcc11b476b3e1eb4320f0f37269191f64e36bd8
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