Visual Basic
C#
Managed Extensions for C++
C++/CLI
Parameters
- options
- A set of options useful in conversion process.
Return Value
Result of the verification/conversion as an ImGearPDFPreflightReport class object.The result is returned as an ImGearPDFPreflightReport object.
If the document is converted successfully, or no conversion was applied with the specified profile, the output report's code value is equal to ImGearPDFPreflightReportCodes.SUCCESS.
If the document is not compliant, the output report's code value is equal to ImGearPDFPreflightReportCodes.INCOMPLIANT_DOCUMENT and its Records property will have a complete report of noncompliances.