ImageGear for .NET
VerifyCompliance Method
See Also  Send Feedback
ImageGear21.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFPreflight Class : VerifyCompliance Method




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.

Glossary Item Box

Analyzes the PDF document and determines whether the preflight was created in compliance with PDF/A and PDF/X standards.

Syntax

 
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.

Remarks

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.

See Also

©2013. Accusoft Corporation. All Rights Reserved.