Class PDAnnotationUnknown

  • All Implemented Interfaces:
    COSObjectable

    public class PDAnnotationUnknown
    extends PDAnnotation
    This is the class that represents an arbitrary Unknown Annotation type.
    • Constructor Detail

      • PDAnnotationUnknown

        public PDAnnotationUnknown​(COSDictionary dic)
        Creates an arbitrary annotation from a COSDictionary, expected to be a correct object definition for some sort of annotation.
        Parameters:
        dic - The dictionary which represents this Annotation.