public final class AnnotationCheckUtil extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AnnotationCheckUtil.AnnotationHandler
Helper class that checks the conformance of annotations while iterating the tag tree structure.
|
| Modifier and Type | Method and Description |
|---|---|
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 falseCopyright © 1998–2024 Apryse Group NV. All rights reserved.