Aspose::Pdf::Plugins::PdfAOptionsBase::set_PdfAVersion method

PdfAOptionsBase::set_PdfAVersion method

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

void Aspose::Pdf::Plugins::PdfAOptionsBase::set_PdfAVersion(PdfAStandardVersion value)

Remarks

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

The PDF/A standard version is used to determine the compliance level for PDF/A validation and conversion. If the version is set to PdfAStandardVersion::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 PdfAStandardVersion::Auto defaults to the PDF/A-1b standard version.

See Also