HotPDF Developer Reference
Delphi and C++Builder PDF component help
|
THotPDF.DeletePage Method
|
Top Previous Next |
|
Delete the page from the document.
Delphi syntax: procedure DeletePage( PageIndex: Integer );
C++ syntax: void __fastcall DeletePage( int PageIndex );
Description Use AddPage method to add new clear page to the current document.
|