Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 2.02 KB

File metadata and controls

30 lines (25 loc) · 2.02 KB

RedactionAnnotation

Provides RedactionAnnotation.

Properties

Name Type Description Notes
quadPoint List<Point> An array of 8xN numbers specifying the coordinates of content region that is intended to be removed. [optional]
fillColor Color Gets or sets color to fill annotation. [optional]
borderColor Color Gets or sets color of border which is drawn when redaction is not active. [optional]
overlayText String Text to print on redact annotation. [optional]
repeat Boolean If true overlay text will be repeated on the annotation. [optional]
textAlignment HorizontalAlignment Gets or sets. Alignment of Overlay Text. [optional]
color Color Color of the annotation. [optional]
contents String Get the annotation content. [optional]
modified String The date and time when the annotation was last modified. [optional]
id String Gets ID of the annotation. [optional]
flags List<AnnotationFlags> Gets Flags of the annotation. [optional]
name String Gets Name of the annotation. [optional]
rect Rectangle Gets Rect of the annotation.
pageIndex Integer Gets PageIndex of the annotation. [optional]
zIndex Integer Gets ZIndex of the annotation. [optional]
horizontalAlignment HorizontalAlignment Gets HorizontalAlignment of the annotation. [optional]
verticalAlignment VerticalAlignment Gets VerticalAlignment of the annotation. [optional]
links List<Link> Link to the document. [optional]

[Back to Model list] [Back to API list] [Back to README]