Class AnnotationCheckUtil


  • @Deprecated
    public final class AnnotationCheckUtil
    extends java.lang.Object
    Deprecated.
    Class that provides methods for checking PDF/UA compliance of annotations.
    • Constructor Detail

      • AnnotationCheckUtil

        private AnnotationCheckUtil()
        Deprecated.
    • Method Detail

      • isAnnotationVisible

        public static boolean isAnnotationVisible​(PdfDictionary annotDict)
        Deprecated.
        Is annotation visible: true if hidden flag isn't set and annotation intersects CropBox (default value is MediaBox).
        Parameters:
        annotDict - annotation to check
        Returns:
        true if annotation should be checked, otherwise false