public HPDF_STATUS addPageLabel(
uint page_num,
PageNumStyle style,
uint first_page,
string prefix = null)
Adds a page labeling range for the document
Parameters
page_num | the first page that applies this labeling range |
style | one of the following numbering styles: |
first_page | the first page number to use prefix - the prefix for the page label. (null is allowed.) |