# PdfAnnotation

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**title** | **string** | Title of the annotation; this is often the author of the annotation in Acrobat-created PDF files | [optional] 
**annotation_type** | **string** | Type of the annotation; possible values are Text | [optional] 
**page_number** | **int** | The 1-based index of the page containing the annotation | [optional] 
**annotation_index** | **int** | The 0-based index of the annotation in the document | [optional] 
**subject** | **string** | Subject of the annotation | [optional] 
**text_contents** | **string** | Text contents of the annotation | [optional] 
**creation_date** | [**\DateTime**](\DateTime.md) | Date that the annotation was created | [optional] 
**modified_date** | [**\DateTime**](\DateTime.md) | Date that the annotation was last modified | [optional] 
**left_x** | **double** | Left X coordinate for the location of the annotation | [optional] 
**top_y** | **double** | Top Y coordination of the location of the annotation | [optional] 
**width** | **double** | Width of the annotation | [optional] 
**height** | **double** | Height of the annotation | [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)


