Annotation

Haru PDF Annotation Class.

Constructors

this
this(HPDF_Annotation annotation)
Undocumented in source.

Members

Functions

getHandle
HPDF_HANDLE getHandle()
Undocumented in source. Be warned that the author may not have intended to support it.
setBorderStyle
HPDF_STATUS setBorderStyle(float width, ushort dashOn, ushort dashOff)

Defines the style of the annotation's border.

setHighlightMode
HPDF_STATUS setHighlightMode(HaruAnnotHighlightMode mode)

Defines the appearance when a mouse clicks on a link annotation.

setIcon
HPDF_STATUS setIcon(HaruAnnotIcon icon)

Defines the style of the annotation's icon

setOpened
HPDF_STATUS setOpened(bool open)

Defines whether the text-annotation is initially open.

Variables

_annotation
HPDF_Annotation _annotation;
Undocumented in source.

Meta