THotPDF.SetUpperRomanPageLabel Method
メソッドの要約: THotPDF.SetUpperRomanPageLabel Method
宣言
procedure SetUpperRomanPageLabel(StartPageIndex: Integer; const Prefix: AnsiString = ''; StartNumber: Integer = 1);
ユニット
HPDFDoc
使用上の注意
- This helper is equivalent to SetPageLabel(StartPageIndex, plsUpperRoman, Prefix, StartNumber)
- Use it for front matter ranges that should display as I, II, III, and onward
- The physical page index remains zero-based and unchanged
Related API
- THotPDF.SetPageLabel Method
- THotPDF.SetLowerRomanPageLabel Method