Skip to main content
Version: Version 5

Interface: NoteAnnotationOptions

Base options for all annotations

Extends

Properties

author?

optional author: string


blendMode?

optional blendMode: BlendMode

Experimental


boundingBox?

optional boundingBox: Rectangle<PdfPoint>

Pdf.Annotations.Annotation.boundingBox

Default Value

null

Inherited from

AnnotationOptions.boundingBox


content?

optional content: string

Pdf.Annotations.Annotation.content

Default Value

""

Inherited from

AnnotationOptions.content


dateModified?

optional dateModified: Date

Pdf.Annotations.Annotation.dateModified

Inherited from

AnnotationOptions.dateModified


fillColor?

optional fillColor: NoteAnnotationColor

Pdf.Annotations.NoteAnnotation.fillColor

Default Value

"#FFECB3"


opacity?

optional opacity: number

Experimental


page

page: Page

Pdf.Annotations.Annotation.page

Inherited from

AnnotationOptions.page


privateData?

optional privateData: object

Pdf.Annotations.Annotation.privateData

Default Value

undefined

Inherited from

AnnotationOptions.privateData


renderProperties?

optional renderProperties: AnnotationRenderProperties

Pdf.Annotations.AnnotationRenderProperties

Inherited from

AnnotationOptions.renderProperties


subject?

optional subject: string


topLeft

topLeft: PdfPoint

Pdf.Annotations.NoteAnnotation.topLeft

Default Value

new Point(0, 0) as PdfPoint