Namespace PSPDFKit.Sdk.Models.Annotation.Shape

Classes

Ellipse

This class represents an Ellipse annotation.

Line

Line annotations are used to draw straight lines on a page.

LineCaps

The optional LineCap capping the start and end of a line.

MeasurementAttributes

Polygon

Polygon annotations are used to hand draw polygons on a page. They can contain any number of sides defined by the polygon vertices. If no points are present, the annotation will not be visible.

Polyline

Polyline annotations are used to hand draw polylines on a page. They can contain any number of sides defined by the polyline vertices. If no points are present, the annotation will not be visible.

Rectangle

This class represents a Rectangle annotation.

ShapeAnnotationBase

Base class for all shape annotations.