Skip to main content
Version: Version 5

Interface: LineAnnotationOptions

Base options for all annotations

Extends

Properties

author?

optional author?: string

Inherited from

DrawingAnnotationOptions.author


blendMode?

optional blendMode?: BlendMode

Experimental

blend mode

Inherited from

DrawingAnnotationOptions.blendMode


boundingBox?

optional boundingBox?: Rectangle<PdfPoint>

Pdf.Annotations.Annotation.boundingBox

Default Value

null

Inherited from

DrawingAnnotationOptions.boundingBox


color?

optional color?: RgbaColor


content?

optional content?: string

Pdf.Annotations.Annotation.content

Default Value

""

Inherited from

DrawingAnnotationOptions.content


dateModified?

optional dateModified?: Date

Pdf.Annotations.Annotation.dateModified

Inherited from

DrawingAnnotationOptions.dateModified


endPoint?

optional endPoint?: PdfPoint


lineEndingAtEnd?

optional lineEndingAtEnd?: LineEnding


lineEndingAtStart?

optional lineEndingAtStart?: LineEnding


lineWidth?

optional lineWidth?: number


opacity?

optional opacity?: number

Experimental

annotation opacity

Inherited from

DrawingAnnotationOptions.opacity


page

page: Page

Pdf.Annotations.Annotation.page

Inherited from

DrawingAnnotationOptions.page


privateData?

optional privateData?: string

Pdf.Annotations.Annotation.privateData

Default Value

undefined

Inherited from

DrawingAnnotationOptions.privateData


renderProperties?

optional renderProperties?: AnnotationRenderProperties

Pdf.Annotations.AnnotationRenderProperties

Inherited from

DrawingAnnotationOptions.renderProperties


startPoint?

optional startPoint?: PdfPoint


stroke?

optional stroke?: Stroke

annotation stroke

Inherited from

DrawingAnnotationOptions.stroke


subject?

optional subject?: string

Inherited from

DrawingAnnotationOptions.subject