HotPDF Developer Reference
Delphi and C++Builder PDF component help
|
THotPDF.CurrentPage
|
Top Previous Next |
|
Gives access to the document page.
Delphi syntax: property CurrentPage: THPDFPage;
C++ syntax: __property THPDFPage* CurrentPage;
Description Use the CurrentPage property to access page methods and properties.
Code Example
|