﻿# PolyLineAnnotation
Provides PolyLineAnnotation.

*Inherited from [\Aspose\PDF\Model\PolyAnnotation](PolyAnnotation.md)*
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**interior_color** | [**\Aspose\PDF\Model\Color**](Color.md) | Gets or sets the interior color with which to fill the annotation’s line endings.<br />*Inherited from [\Aspose\PDF\Model\PolyAnnotation](PolyAnnotation.md)* | [optional]
**starting_style** | [**\Aspose\PDF\Model\LineEnding**](LineEnding.md) | Gets or sets the style of first line ending.<br />*Inherited from [\Aspose\PDF\Model\PolyAnnotation](PolyAnnotation.md)* | [optional]
**ending_style** | [**\Aspose\PDF\Model\LineEnding**](LineEnding.md) | Gets or sets the style of second line ending.<br />*Inherited from [\Aspose\PDF\Model\PolyAnnotation](PolyAnnotation.md)* | [optional]
**intent** | [**\Aspose\PDF\Model\PolyIntent**](PolyIntent.md) | Gets or sets the intent of the polygon or polyline annotation.<br />*Inherited from [\Aspose\PDF\Model\PolyAnnotation](PolyAnnotation.md)* | [optional]
**vertices** | [**\Aspose\PDF\Model\Point[]**](Point.md) | Gets or sets an array of points representing the horizontal and vertical coordinates of each vertex.<br />*Inherited from [\Aspose\PDF\Model\PolyAnnotation](PolyAnnotation.md)* | 
**creation_date** | **string** | The date and time when the annotation was created.<br />*Inherited from [\Aspose\PDF\Model\MarkupAnnotation](MarkupAnnotation.md)* | [optional]
**subject** | **string** | Get the annotation subject.<br />*Inherited from [\Aspose\PDF\Model\MarkupAnnotation](MarkupAnnotation.md)* | [optional]
**title** | **string** | Get the annotation title.<br />*Inherited from [\Aspose\PDF\Model\MarkupAnnotation](MarkupAnnotation.md)* | [optional]
**rich_text** | **string** | Get the annotation RichText.<br />*Inherited from [\Aspose\PDF\Model\MarkupAnnotation](MarkupAnnotation.md)* | [optional]
**color** | [**\Aspose\PDF\Model\Color**](Color.md) | Color of the annotation.<br />*Inherited from [\Aspose\PDF\Model\Annotation](Annotation.md)* | [optional]
**contents** | **string** | Get the annotation content.<br />*Inherited from [\Aspose\PDF\Model\Annotation](Annotation.md)* | [optional]
**modified** | **string** | The date and time when the annotation was last modified.<br />*Inherited from [\Aspose\PDF\Model\Annotation](Annotation.md)* | [optional]
**id** | **string** | Gets ID of the annotation.<br />*Inherited from [\Aspose\PDF\Model\Annotation](Annotation.md)* | [optional]
**flags** | [**\Aspose\PDF\Model\AnnotationFlags[]**](AnnotationFlags.md) | Gets Flags of the annotation.<br />*Inherited from [\Aspose\PDF\Model\Annotation](Annotation.md)* | [optional]
**name** | **string** | Gets Name of the annotation.<br />*Inherited from [\Aspose\PDF\Model\Annotation](Annotation.md)* | [optional]
**rect** | [**\Aspose\PDF\Model\Rectangle**](Rectangle.md) | Gets Rect of the annotation.<br />*Inherited from [\Aspose\PDF\Model\Annotation](Annotation.md)* | 
**page_index** | **int** | Gets PageIndex of the annotation.<br />*Inherited from [\Aspose\PDF\Model\Annotation](Annotation.md)* | [optional]
**z_index** | **int** | Gets ZIndex of the annotation.<br />*Inherited from [\Aspose\PDF\Model\Annotation](Annotation.md)* | [optional]
**horizontal_alignment** | [**\Aspose\PDF\Model\HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the annotation.<br />*Inherited from [\Aspose\PDF\Model\Annotation](Annotation.md)* | [optional]
**vertical_alignment** | [**\Aspose\PDF\Model\VerticalAlignment**](VerticalAlignment.md) | Gets VerticalAlignment of the annotation.<br />*Inherited from [\Aspose\PDF\Model\Annotation](Annotation.md)* | [optional]
**links** | [**\Aspose\PDF\Model\Link[]**](Link.md) | Link to the document.<br />*Inherited from [\Aspose\PDF\Model\LinkElement](LinkElement.md)* | [optional]

[[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/PolyLineAnnotation.php)

