THotPDF.SetLowerRomanPageLabel Method
Methodenzusammenfassung: THotPDF.SetLowerRomanPageLabel Method
Deklaration
procedure SetLowerRomanPageLabel(StartPageIndex: Integer; const Prefix: AnsiString = ''; StartNumber: Integer = 1);
Unit
HPDFDoc
Verwendungshinweise
- 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