THotPDF.StitchLoadedPageSideBySide Method
Stitches the source page and the target page side-by-side into a larger page
Declaration
procedure StitchLoadedPageSideBySide(TargetPageIndex, SourcePageIndex: Integer);
Unit
HPDFDoc
Parameters
| Name | Purpose |
|---|---|
TargetPageIndex | Reference document or type definition |
SourcePageIndex | Reference document or type definition |
Usage notes
- 例如将两个 A4 页面拼接成一个 A3 跨页
- Usually modifies the media box size of the target page
- Ensure that the document object has been correctly initialised or loaded before calling this method