IPXC_Page::Redact Method
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 5: | Line 5: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT Redact([in] IPXC_RedactInfo* pInfo, [out, | + | <pre class="brush:cpp;gutter:false">HRESULT Redact([in] IPXC_RedactInfo* pInfo, [out, defaultvalue(NULL)] IPXC_UndoRedoData** ppUndoData, [in, defaultvalue(0)] ULONG* pErrCount);</pre> |
== Parameters == | == Parameters == | ||
Line 11: | Line 11: | ||
:[in] Pointer to [[PXV:IPXC_RedactInfo|IPXC_RedactInfo]]. | :[in] Pointer to [[PXV:IPXC_RedactInfo|IPXC_RedactInfo]]. | ||
;''ppUndoData'' | ;''ppUndoData'' | ||
− | :[out, | + | :[out, defaultvalue(NULL)] Pointer to [[PXV:IPXC_UndoRedoData|IPXC_UndoRedoData]]. |
;''pErrCount'' | ;''pErrCount'' | ||
− | :[in, | + | :[in, defaultvalue(0)] Pointer to ULONG. |
== Return Value == | == Return Value == |
Revision as of 22:57, 16 April 2015
The method of interface of PDF-XChange Editor SDK.
Contents
Syntax
HRESULT Redact([in] IPXC_RedactInfo* pInfo, [out, defaultvalue(NULL)] IPXC_UndoRedoData** ppUndoData, [in, defaultvalue(0)] ULONG* pErrCount);
Parameters
- pInfo
- [in] Pointer to IPXC_RedactInfo.
- ppUndoData
- [out, defaultvalue(NULL)] Pointer to IPXC_UndoRedoData.
- pErrCount
- [in, defaultvalue(0)] Pointer to ULONG.
Return Value
Returns S_OK if operation was successful or error code in other cases.
See Also
See also IPXC_Page.