HotPDF Developer Reference
Delphi and C++Builder PDF component help
|
THotPDF.CurrentPageNumber
|
Top Previous Next |
|
Indicates the number of the current page.
Delphi syntax: property CurrentPageNumber: Integer;
C++ syntax: __property int CurrentPageNumber;
Description Use the CurrentPageNumber property to determine number of the current page.
See also: SetCurrentPageNumber
|