Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.36 KB

File metadata and controls

21 lines (17 loc) · 1.36 KB

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 Date that the annotation was created [optional]
modified_date \DateTime 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] [Back to API list] [Back to README]