DocInsertPageΒΆ

DocInsertPage inserts new pages to the document.

hvNewPage = DocInsertPage(hDoc, nBehind, hvPage)

Return Value

The return value hvNewPage is a vector with the new page handles.

Parameters

hDoc

Identifies the document.

nBehind

nBehind is a page index after the new pages are inserted. A value of 0 inserts at the beginning.

hvPage

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.

id-1943483