DocGetPageHandleΒΆ

DocGetPageHandle returns the page handle for a given page name or a given page index.

hPage = DocGetPageHandle(hDoc, ssPageName)
hPage = DocGetPageHandle(hDoc, nIndex)

Return Value

hPage is the page handle.

Parameters

hDoc

hDoc is a document handle.

ssPageName

ssPageName is the page name.

nIndex

nIndex is the index of the page (page number).

id-910005