DocAddPageΒΆ
DocAddPage adds new pages to the document.
- hvNewPage = DocAddPage(hDoc, hvPage)
Return Value
The return value hvNewPage is a vector with the new page handles.
Parameters
- hDoc
Identifies the document.
- hvPage
hvPage is a vector with 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
Overview Documents, DocCreate, PageCreate, DocGetPageNames, DocGetPageCount, DocGetActivePage, DocCopyPage, DocSelectPage
id-1875421