IPXC_Page::Redact Method
From PDF XChange PDF SDK
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT Redact ([in] IPXC_RedactInfo* pInfo, |
[out, defaultvalue ( NULL )] IPXC_UndoRedoData** pUndoData, |
[in, defaultvalue ( NULL )] ULONG * nErrCount); |
Parameters
- pInfo
- [in] Pointer to IPXC_RedactInfo.
- pUndoData
- [out, defaultvalue(NULL)] Pointer to IPXC_UndoRedoData.
- nErrCount
- [in, defaultvalue(NULL)] Pointer to ULONG.
Return Value
Returns S_OK if operation was successful or error code in other cases.