Skip to main content

Interface: UnderlineAnnotationOptions

Options for creating an underline text-markup annotation. The annotation draws a solid underline beneath the rectangle defined by x/y/width/height (the quad runs along the bottom edge of the rect).

Properties

PropertyTypeDescription
color?ColorInputColor used for the underline stroke. Defaults to black.
heightnumberHeight in PDF points.
structure?PdfStructureOptionsAdditional structure metadata for tagged PDF output.
tag?"Annot" | "Artifact"Structure tag used for tagged PDF output.
widthnumberWidth in PDF points.
xnumberHorizontal position in PDF points.
ynumberVertical position in PDF points.