Name
annot:SetLinkAnnotBorderStyle -- set annotation border style
Synopsis
status = annot:SetLinkAnnotBorderStyle(width, dashon, dashoff)
Function
annot:SetLinkAnnotBorderStyle() defines the style of the annotation's border.

Returns #HPDF_OK on success. Otherwise, returns an error code and the error handler is invoked.

Inputs
width
the width of an annotation's border
dashon
the dash style
dashoff
the dash style
Results
status
status code
Errors
#HPDF_INVALID_ANNOTATION - An invalid annotation handle was set.

#HPDF_INVALID_PARAMETER - An invalid width value was set.

#HPDF_FAILED_TO_ALLOC_MEM - Memory allocation failed.


Show TOC