THotPDF.SetLowerRomanPageLabel Method
メソッドの要約: THotPDF.SetLowerRomanPageLabel Method
宣言
procedure SetLowerRomanPageLabel(StartPageIndex: Integer; const Prefix: AnsiString = ''; StartNumber: Integer = 1);
ユニット
HPDFDoc
使用上の注意
- This helper is equivalent to SetPageLabel(StartPageIndex, plsLowerRoman, Prefix, StartNumber)
- Use it for prefaces, appendices, or other ranges that should display as i, ii, iii, and onward
- The active PDF version is promoted or rejected according to the document version settings
Related API
- THotPDF.SetPageLabel Method
- THotPDF.SetUpperRomanPageLabel Method