Interface: NoteAnnotationOptions
Base options for all annotations
Extends
Properties
author?
optionalauthor?:string
blendMode?
optionalblendMode?:BlendMode
Experimental
boundingBox?
optionalboundingBox?:Rectangle<PdfPoint>
Represents the bounding box of the annotation, which defines its position and
size on the page. The bounding box is specified as a Rectangle of PdfPoint
coordinates.
Default Value
null
Inherited from
content?
optionalcontent?:string
Text that shall be displayed for the annotation or, if this type of annotation does not display text, an alternative description of the annotation’s contents in human-readable form.
Default Value
""
Inherited from
dateModified?
optionaldateModified?:Date
The date and time when the annotation was most recently modified.
Inherited from
AnnotationOptions.dateModified
fillColor?
optionalfillColor?:NoteAnnotationColor
Represents the fill color of the annotation in hexadecimal representation.
Default Value
"#FFECB3"
opacity?
optionalopacity?:number
Experimental
page
page:
Page
Page in which the annotation is embedded.
Inherited from
privateData?
optionalprivateData?:string
Custom data to be stored with the annotation. This can be used to store any additional information relevant to the annotation that is not covered by the standard properties.
Default Value
undefined
Inherited from
renderProperties?
optionalrenderProperties?:AnnotationRenderProperties
The AnnotationRenderProperties class encapsulates the rendering properties of
a PDF annotation, providing a set of flags that control its rendering behaviors.
Inherited from
AnnotationOptions.renderProperties
subject?
optionalsubject?:string
topLeft
topLeft:
PdfPoint
Represents the top left point of the annotation on the page, specified as a
PdfPoint.
Default Value
new Point(0, 0) as PdfPoint