'Declaration Public Function VerifyCompliance( _ ByVal profile As ImGearPDFPreflightProfile, _ ByVal startPage As Integer, _ ByVal pageCount As Integer _ ) As ImGearPDFPreflightReport
'Usage Dim instance As ImGearPDFPreflight Dim profile As ImGearPDFPreflightProfile Dim startPage As Integer Dim pageCount As Integer Dim value As ImGearPDFPreflightReport value = instance.VerifyCompliance(profile, startPage, pageCount)
public ImGearPDFPreflightReport VerifyCompliance( ImGearPDFPreflightProfile profile, int startPage, int pageCount )
public: ImGearPDFPreflightReport* VerifyCompliance( ImGearPDFPreflightProfile profile, int startPage, int pageCount )
public: ImGearPDFPreflightReport^ VerifyCompliance( ImGearPDFPreflightProfile profile, int startPage, int pageCount )
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.