Aspose::Pdf::Annotations::PolyIntent enum

PolyIntent enum

Enumerates the intents of the polygon or polyline annotation.

enum class PolyIntent

Values

NameValueDescription
Undefined0Undefined state.
PolygonCloud1Means that the annotation is intended to function as a cloud object.
PolyLineDimension2Indicates that the polyline annotation is intended to function as a dimension.
PolygonDimension3Indicates that the polygon annotation is intended to function as a dimension.

See Also