Class LineAnnotation

    • Constructor Detail

      • LineAnnotation

        LineAnnotation(int pageIndex, PointF point1, PointF point2)
        Creates a new line annotation.
        Parameters:
        pageIndex - Page to which this annotation will be attached to.
        point1 - Starting point of the line in PDF coordinates.
        point2 - End point of the line in PDF coordinates.
      • LineAnnotation

        LineAnnotation(AnnotationPropertyMap properties, boolean markDirty)
        Intended for internal usage only.