PdfAOptionsBase.PdfAVersion

PdfAOptionsBase.PdfAVersion property

Gets or sets the version of the PDF/A standard to be used for validation or conversion.

public PdfAStandardVersion PdfAVersion { get; set; }

Property Value

The version of the PDF/A standard. This can be one of the values from the PdfAStandardVersion enumeration.

Remarks

The PDF/A standard version is used to determine the compliance level for PDF/A validation and conversion. If the version is set to Auto, the system will automatically determine the appropriate PDF/A standard version for validation based on the document metadata. For the PDF/A conversion process the Auto defaults to the PDF/A-1b standard version.

See Also