Class PolylineAnnotation

    • Constructor Detail

      • PolylineAnnotation

        PolylineAnnotation(int pageIndex, List<PointF> points)
        Creates a new polyline annotation.
        Parameters:
        pageIndex - Page to which this annotation will be attached to.
        points - List of points in polyline annotation.
      • PolylineAnnotation

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