DocLoadPageΒΆ

DocLoadPage returns the page handle for the given page name.

hPage = DocLoadPage(hDoc, ssPageName)
hPage = DocLoadPage(hDoc, ssPageName, bUpdateFields)

Return Value

hPage is the page handle. In case of an error hPage is 0.

Parameters

hDoc

Identifies the document.

ssPageName

ssPageName is the page name of an existing page in the document.

bUpdateFields

If bUpdateFields is TRUE (1) the field functions are updated. Default value is FALSE (0).

History

Version Description
5.3.0 New.

id-1523772