HotPDF Developer Reference
Delphi and C++Builder PDF component help
|
THotPDF.AddPage
|
Top Previous Next |
|
Adds new page to the document.
Delphi syntax: procedure AddPage;
C++ syntax: void __fastcall AddPage ( void );
Description Use AddPage method to add new clear page to the current document.
Code Example
|