IPXC_Page::Redact Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_Page::Redact Method}} | {{#customTitle:IPXC_Page::Redact Method}} | ||
+ | {{#parentPage:PXV:IPXC_Page#Methods|Redact|method}} | ||
+ | {{ToWrite}} | ||
+ | {{ToReview}} | ||
The method of interface of PDF-XChange Editor SDK. | The method of interface of PDF-XChange Editor SDK. | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT Redact([in] IPXC_RedactInfo* pInfo, [out, defaultvalue(NULL)] IPXC_UndoRedoData** | + | <pre class="brush:cpp;gutter:false">HRESULT Redact([in] IPXC_RedactInfo* pInfo, |
+ | [out, defaultvalue(NULL)] IPXC_UndoRedoData** pUndoData, | ||
+ | [in, defaultvalue(NULL)] ULONG* nErrCount);</pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;pInfo |
:[in] Pointer to [[PXV:IPXC_RedactInfo|IPXC_RedactInfo]]. | :[in] Pointer to [[PXV:IPXC_RedactInfo|IPXC_RedactInfo]]. | ||
− | ; | + | ;pUndoData |
:[out, defaultvalue(NULL)] Pointer to [[PXV:IPXC_UndoRedoData|IPXC_UndoRedoData]]. | :[out, defaultvalue(NULL)] Pointer to [[PXV:IPXC_UndoRedoData|IPXC_UndoRedoData]]. | ||
− | ; | + | ;nErrCount |
− | :[in, defaultvalue( | + | :[in, defaultvalue(NULL)] Pointer to ULONG. |
== Return Value == | == Return Value == | ||
Line 19: | Line 25: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_Page|IPXC_Page]] |
Latest revision as of 02:32, 15 June 2015
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.