sempdf
sempdf v1.9.1Interfaces

Interface: NoteAnnotationOptions

sempdf v1.9.1


sempdf / NoteAnnotationOptions

Defined in: src/types.ts:3083

Options for creating a text note annotation.

Properties

PropertyTypeDescriptionDefined in
contentsstringAnnotation contents text.src/types.ts:3093
height?numberHeight in PDF points.src/types.ts:3091
open?booleanWhether the note annotation is initially open.src/types.ts:3095
structure?PdfStructureOptionsAdditional structure metadata for tagged PDF output.src/types.ts:3099
tag?AnnotTagOrArtifactStructure tag used for tagged PDF output.src/types.ts:3097
width?numberWidth in PDF points.src/types.ts:3089
xnumberHorizontal position in PDF points.src/types.ts:3085
ynumberVertical position in PDF points.src/types.ts:3087

On this page