﻿# PolyIntent
Enumerates the intents of the polygon or polyline annotation.

## Enum
Name | Type | Value | Description
------------ | ------------- | ------------- | -------------
**POLY_LINE_DIMENSION** | **string** | 'PolyLineDimension' | Indicates that the polyline annotation is intended to function as a dimension.
**POLYGON_CLOUD** | **string** | 'PolygonCloud' | Means that the annotation is intended to function as a cloud object.
**POLYGON_DIMENSION** | **string** | 'PolygonDimension' | Indicates that the polygon annotation is intended to function as a dimension.
**UNDEFINED** | **string** | 'Undefined' | Undefined state.

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) [[View Source]](../src/Aspose/PDF/Model/PolyIntent.php)

