Polyline Annotation
Represents a polyline on the page. Polyline is similar to PolygonAnnotation but is not closed and supports LineEndTypes.
Constructors
Link copied to clipboard
Creates a new polyline annotation.
constructor(@IntRange(from = 0 ) pageIndex: Int, points: @JvmSuppressWildcards List<PointF>, scale: Scale, precision: MeasurementPrecision)
Creates a measurement perimeter annotation. Will throw an exception if Measurement Tools are not licensed.
Properties
Functions
Link copied to clipboard
Gets a copy of this annotation with the page index and object number reset.
Link copied to clipboard
Returns current line ending styles for this polyline.
Link copied to clipboard
Sets line ending style for this polyline.
Link copied to clipboard
Sets polyline points in PDF coordinates.