IPXV_DocHighlighter::Add Method

From PDF XChange PDF SDK
Revision as of 16:07, 20 April 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


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.