Type Default Read Only Description
[C#]
PdfConformance

[Visual Basic]
PdfConformance
Pdf No The PDF conformance to be applied.

 

   

Notes
 

This property specifies the conformance of the output PDF.

It can take any of the following values:

  • Pdf – PDF conformance.
  • PdfA1b - PDF/A Part 1 Level B conformance.
  • PdfA1a - PDF/A Part 1 Level A conformance.
  • PdfA2b - PDF/A Part 2 Level B conformance.
  • PdfA2u - PDF/A Part 2 Level U conformance.
  • PdfA2a - PDF/A Part 2 Level A conformance.

 

   

Example
 

See the Save method.