Aspose::Pdf::Plugins::PdfAOptionsBase::get_PdfAVersion method
Contents
[
Hide
]PdfAOptionsBase::get_PdfAVersion method
Gets the version of the PDF/A standard to be used for validation or conversion.
PdfAStandardVersion Aspose::Pdf::Plugins::PdfAOptionsBase::get_PdfAVersion() const
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
- Enum PdfAStandardVersion
- Class PdfAOptionsBase
- Namespace Aspose::Pdf::Plugins
- Library Aspose.PDF for C++