IPXV_DocHighlighter::Add Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_DocHighlighter::Add Method}}
 
{{#customTitle:IPXV_DocHighlighter::Add Method}}
 +
{{#parentPage:PXV:IPXV_DocHighlighter|method}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
The method of interface of PDF-XChange Editor SDK.
 
The method of interface of PDF-XChange Editor SDK.

Revision as of 16:07, 20 April 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** ppRes);

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.
ppRes
[out, retval, defaultvalue(NULL)] Pointer to IPXV_DocHighlightItem.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

See also IPXV_DocHighlighter.