THotPDF.SetUpperRomanPageLabel Method
Metodsammanfattning: THotPDF.SetUpperRomanPageLabel Method
Deklaration
procedure SetUpperRomanPageLabel(StartPageIndex: Integer; const Prefix: AnsiString = ''; StartNumber: Integer = 1);
Enhet
HPDFDoc
Användningsanteckningar
- 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