<< Click to Display Table of Contents >> Navigation: Functions > PXCV_GetPagesCount |
PXCV_GetPagesCount retrieves the page count of documents.
HRESULT PXCV_GetPagesCount(
PXVDocument Doc,
DWORD* count
);
Doc
[in] Specifies a document that PXCV_Init created.
count
[out] Pointer to a DWORD variable into which the page count is returned.
Please note that all functions and parameters are case-sensitive.
If the function fails then the return value is an error code.
If the function succeeds then the return value is DS_OK, or a different value that isn't an error code.