Skip to content

zeropdf v1.5.5


zeropdf / FlowHighlightOptions

Interface: FlowHighlightOptions

Defined in: src/types.ts:1313

Options for placing a highlight annotation through the flow layout API.

Extends

Properties

PropertyTypeDescriptionInherited fromDefined in
color?ColorInputColor used for drawing, text, or highlighting.HighlightAnnotationOptions.colorsrc/types.ts:2388
heightnumberHeight in PDF points.HighlightAnnotationOptions.heightsrc/types.ts:2386
margin?FlowMarginShorthandCSS-like margin shorthand in PDF points.FlowBlockSpacingOptions.marginsrc/types.ts:1137
marginBottom?numberBottom margin in PDF points.FlowBlockSpacingOptions.marginBottomsrc/types.ts:1143
marginLeft?numberLeft margin in PDF points.FlowBlockSpacingOptions.marginLeftsrc/types.ts:1145
marginRight?numberRight margin in PDF points.FlowBlockSpacingOptions.marginRightsrc/types.ts:1141
marginTop?numberTop margin in PDF points.FlowBlockSpacingOptions.marginTopsrc/types.ts:1139
structure?PdfStructureOptionsAdditional structure metadata for tagged PDF output.HighlightAnnotationOptions.structuresrc/types.ts:2392
tag?"Annot" | "Artifact"Structure tag used for tagged PDF output.HighlightAnnotationOptions.tagsrc/types.ts:2390
width?numberWidth override in PDF points.-src/types.ts:1320
x?numberHorizontal position override in PDF points.-src/types.ts:1316
y?numberVertical position override in PDF points.-src/types.ts:1318

Released under the ISC license.