public final class PdfUA1AnnotationChecker extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PdfUA1AnnotationChecker.PdfUA1AnnotationHandler
Helper class that checks the conformance of annotations while iterating the tag tree structure.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
checkElement(PdfUAValidationContext context,
IStructureNode elem) |
static boolean |
isAnnotationVisible(PdfDictionary annotDict)
Is annotation visible:
true if hidden flag isn't set and annotation intersects CropBox
(default value is MediaBox). |
public static boolean isAnnotationVisible(PdfDictionary annotDict)
true if hidden flag isn't set and annotation intersects CropBox
(default value is MediaBox).annotDict - annotation to checktrue if annotation should be checked, otherwise falsepublic static void checkElement(PdfUAValidationContext context, IStructureNode elem)
Copyright © 1998–2025 Apryse Group NV. All rights reserved.