Polyline Annotation
Creates a new polyline annotation.
Parameters
page Index
Page to which this annotation will be attached to.
points
List of points in polyline annotation.
constructor(@IntRange(from = 0 ) pageIndex: Int, @NonNull points: List<PointF>, @NonNull scale: Scale, @NonNull precision: MeasurementPrecision)
Creates a measurement perimeter annotation. Will throw an exception if Measurement Tools are not licensed.
Parameters
page Index
Page to which this annotation will be attached to.
points
List of points in polyline annotation.
scale
Measurement com.pspdfkit.annotations.measurements.Scale for the annotation.
precision
Measurement MeasurementPrecision for the annotation.
Intended for internal usage only.