DocCopyPageΒΆ

Copies a page from the source to the destination document.

hPage = DocCopyPage(hDoc, nPage, hDocDest)

Return Value

If the handle of the added page or 0 if the function failed.

Parameters

hDoc

Identifies the document.

nPage

nPage is a page number.

hDocDest

hDocDest is the handle of the destination document.

Comment

When the first page is copied to the document, all maps will be copied from the template to the new document as well.

id-285146