<< Click to Display Table of Contents >> Navigation: Functions > PXCV_Delete |
PXCV_Delete releases the PDF object that PXCV_Init created, and must be called once the object is no longer required/all updates are complete.
HRESULT PXCV_Delete(
PXVDocument Doc
);
Doc
[in] Specifies a document that PXCV_Init created.
Please note that all functions and parameters are case-sensitive.
If the function succeeds then the return value is DS_OK.
If the function fails then the return value is an error code.