THotPDF.SetDecimalPageLabel Method
Резюме на метода: THotPDF.SetDecimalPageLabel Method
Декларация
procedure SetDecimalPageLabel(StartPageIndex: Integer; const Prefix: AnsiString = ''; StartNumber: Integer = 1);
Unit
HPDFDoc
Бележки за употреба
- This helper is equivalent to SetPageLabel(StartPageIndex, plsDecimalArabic, Prefix, StartNumber)
- Use it for cover pages, chapters, or body sections that should display as 1, 2, 3, and onward
- Use ClearPageLabels before EndDoc to remove queued ranges
Related API
- THotPDF.SetPageLabel Method
- THPDFPageLabelStyle Type