IPXV_DocHighlighter::Add Method
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXV_DocHighlighter::Add Method}} | {{#customTitle:IPXV_DocHighlighter::Add Method}} | ||
+ | {{#parentPage:PXV:IPXV_DocHighlighter#Methods|Add|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 Add([in] IUnknown* pObj, [in] IUnknown* pRegions, [in, | + | <pre class="brush:cpp;gutter:false">HRESULT Add([in] IUnknown* pObj, |
+ | [in] IUnknown* pRegions, | ||
+ | [in, defaultvalue(NULL)] IUIX_Brush* pBrush, | ||
+ | [in, defaultvalue(NULL)] IUIX_Pen* pPen, | ||
+ | [in, defaultvalue(NULL)] PXV_DocHighlightAdvanced* pAdvanced, | ||
+ | [in, defaultvalue(0)] ULONG nFlags, | ||
+ | [out, retval, defaultvalue(NULL)] IPXV_DocHighlightItem** pRes);</pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;pObj |
:[in] Pointer to IUnknown*. | :[in] Pointer to IUnknown*. | ||
− | ; | + | ;pRegions |
:[in] Pointer to IUnknown*. | :[in] Pointer to IUnknown*. | ||
− | ; | + | ;pBrush |
− | :[in, | + | :[in, defaultvalue(NULL)] Pointer to [[PXV:IUIX_Brush|IUIX_Brush]]. |
− | ; | + | ;pPen |
− | :[in, | + | :[in, defaultvalue(NULL)] Pointer to [[PXV:IUIX_Pen|IUIX_Pen]]. |
− | ; | + | ;pAdvanced |
− | :[in, | + | :[in, defaultvalue(NULL)] Pointer to [[PXV:PXV_DocHighlightAdvanced|PXV_DocHighlightAdvanced]]. |
− | ; | + | ;nFlags |
− | :[in, | + | :[in, defaultvalue(0)] Value of ULONG. |
− | ; | + | ;pRes |
− | :[out, retval, | + | :[out, retval, defaultvalue(NULL)] Pointer to [[PXV:IPXV_DocHighlightItem|IPXV_DocHighlightItem]]. |
== Return Value == | == Return Value == | ||
Line 27: | Line 37: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXV_DocHighlighter|IPXV_DocHighlighter]] |
Latest revision as of 02:51, 15 June 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT Add([in] IUnknown* pObj, [in] IUnknown* pRegions, [in, defaultvalue(NULL)] IUIX_Brush* pBrush, [in, defaultvalue(NULL)] IUIX_Pen* pPen, [in, defaultvalue(NULL)] PXV_DocHighlightAdvanced* pAdvanced, [in, defaultvalue(0)] ULONG nFlags, [out, retval, defaultvalue(NULL)] IPXV_DocHighlightItem** pRes);
Parameters
- pObj
- [in] Pointer to IUnknown*.
- pRegions
- [in] Pointer to IUnknown*.
- pBrush
- [in, defaultvalue(NULL)] Pointer to IUIX_Brush.
- pPen
- [in, defaultvalue(NULL)] Pointer to IUIX_Pen.
- pAdvanced
- [in, defaultvalue(NULL)] Pointer to PXV_DocHighlightAdvanced.
- nFlags
- [in, defaultvalue(0)] Value of ULONG.
- pRes
- [out, retval, defaultvalue(NULL)] Pointer to IPXV_DocHighlightItem.
Return Value
Returns S_OK if operation was successful or error code in other cases.