Visual Basic
C#
Managed Extensions for C++
C++/CLI
Parameters
- profile
- Preflight profile with which compliance is being verified.
- startPage
- The first page of the document to analyze.
- pageCount
- The number of pages to verify. Specify -1 to verify all pages.
Return Value
Result of the verification as an ImGearPDFPreflightReport class object.The result is returned as an ImGearPDFPreflightReport object.
If the document is compliant 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.