ImageGear23.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFPreflight Class : VerifyCompliance Method |
'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 )
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.