THotPDF.CopyLoadedPage Method
Copies a page from the loaded document and inserts it at the specified position
Declaration
procedure CopyLoadedPage(FromPageIndex, ToPageIndex: Integer);
Unit
HPDFDoc
Parameters
| Name | Purpose |
|---|---|
FromPageIndex | Reference document or type definition |
ToPageIndex | Reference document or type definition |
Usage notes
- 用于页面复制或重排
- Ensure that the document object has been correctly initialised or loaded before calling this method
- For details, please refer to the relevant examples or class descriptions