Skip to main content

HPDF_Annotation_SetBorderStyle

Function HPDF_Annotation_SetBorderStyle 

Source
pub unsafe extern "C" fn HPDF_Annotation_SetBorderStyle(
    annot: HPDF_Annotation,
    subtype: HPDF_BSSubtype,
    width: HPDF_REAL,
    dash_on: HPDF_UINT16,
    dash_off: HPDF_UINT16,
    dash_phase: HPDF_UINT16,
) -> HPDF_STATUS