DocGetPageCountΒΆ

DocGetPageCount returns the number of pages in a document.

nPages = DocGetPageCount(hDoc)

Return Value

nPages is the number of pages.

Parameters

hDoc

hDoc is the document handle.

id-184258