THotPDF.SetDecimalPageLabel Method
メソッドの要約: THotPDF.SetDecimalPageLabel Method
宣言
procedure SetDecimalPageLabel(StartPageIndex: Integer; const Prefix: AnsiString = ''; StartNumber: Integer = 1);
ユニット
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