PXCV_GetPagesCount

<< Click to Display Table of Contents >>

Navigation:  Functions >

PXCV_GetPagesCount


 

pdf-xchange-editor-simple-sdk_100x100 PXCV_GetPagesCount

 


 

PXCV_GetPagesCount retrieves the page count of documents.

 

HRESULT  PXCV_GetPagesCount(

     PXVDocument Doc,

     DWORDcount

);

 

Parameters

 

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.

 

Return Values

 

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.