THotPDF.ReplaceLoadedPage Method
メソッドの要約: THotPDF.ReplaceLoadedPage Method
宣言
procedure ReplaceLoadedPage(SourceDoc: THotPDF; SourcePageIndex, DestPageIndex: Integer);
ユニット
HPDFDoc
パラメータ
| 名前 | 目的 |
|---|---|
SourceDoc | Source THotPDF instance containing the page to copy |
SourcePageIndex | Zero-based source page index |
DestPageIndex | Zero-based destination page index in the current loaded document |
戻り値
値を返しません
使用上の注意
- SourceDoc must remain alive until the copy completes
- Invalid source or destination indexes raise an exception
関連 API
- THotPDF
- THPDFPage
- 目次