DocInsertPage inserts new pages to the document.
Return Value
The return value hvNewPage is a vector with the new page handles.
Parameters
Identifies the document.
nBehind is a page index after the new pages are inserted. A value of 0 inserts at the beginning.
hvPage is a vector of page handles. A copy of the page will be created if the page already belongs to a document.
History
| Version | Description |
|---|---|
| 5.30.0 | New return value. Instead of the number of added pages, the new page handles are returned. |
See also
id-1943483