IPXC_Page::Redact Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 9: | Line 9: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT Redact([in] IPXC_RedactInfo* | + | <pre class="brush:cpp;gutter:false">HRESULT Redact([in] IPXC_RedactInfo* Info, |
− | [out, defaultvalue(NULL)] IPXC_UndoRedoData** | + | [out, defaultvalue(NULL)] IPXC_UndoRedoData** UndoData, |
− | [in, defaultvalue(0)] ULONG* | + | [in, defaultvalue(0)] ULONG* ErrCount);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;Info |
:[in] Pointer to [[PXV:IPXC_RedactInfo|IPXC_RedactInfo]]. | :[in] Pointer to [[PXV:IPXC_RedactInfo|IPXC_RedactInfo]]. | ||
− | ; | + | ;UndoData |
:[out, defaultvalue(NULL)] Pointer to [[PXV:IPXC_UndoRedoData|IPXC_UndoRedoData]]. | :[out, defaultvalue(NULL)] Pointer to [[PXV:IPXC_UndoRedoData|IPXC_UndoRedoData]]. | ||
− | ; | + | ;ErrCount |
:[in, defaultvalue(0)] Pointer to ULONG. | :[in, defaultvalue(0)] Pointer to ULONG. | ||
Revision as of 06:08, 12 June 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT Redact([in] IPXC_RedactInfo* Info, [out, defaultvalue(NULL)] IPXC_UndoRedoData** UndoData, [in, defaultvalue(0)] ULONG* ErrCount);
Parameters
- Info
- [in] Pointer to IPXC_RedactInfo.
- UndoData
- [out, defaultvalue(NULL)] Pointer to IPXC_UndoRedoData.
- ErrCount
- [in, defaultvalue(0)] Pointer to ULONG.
Return Value
Returns S_OK if operation was successful or error code in other cases.