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:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_DocHighlighter::Add Method}}
 
{{#customTitle:IPXV_DocHighlighter::Add Method}}
Line 36: Line 37:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_DocHighlighter|IPXV_DocHighlighter]].
+
[[PXV:IPXV_DocHighlighter|IPXV_DocHighlighter]].

Revision as of 06:22, 20 May 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

IPXV_DocHighlighter.