Interface IValidationChecker
- All Known Implementing Classes:
Pdf20Checker, PdfA1Checker, PdfA2Checker, PdfA3Checker, PdfA4Checker, PdfAChecker, PdfUA1Checker, PdfUA2Checker, PdfUAChecker
public interface IValidationChecker
Used to check if a PDF document is compliant to a specific validation profile.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisPdfObjectReadyToFlush(PdfObject object) IsPdfObjectready to flush.voidvalidate(IValidationContext validationContext) Validate the providedIValidationContext.
-
Method Details
-
validate
Validate the providedIValidationContext.- Parameters:
validationContext- theIValidationContextto validate
-
isPdfObjectReadyToFlush
-