IUIX_ColorPicker::AddCustomColor Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 10: Line 10:
 
== Syntax ==
 
== Syntax ==
 
<pre class="brush:cpp;gutter:false">HRESULT AddCustomColor([in]                    IColor*  pItem,
 
<pre class="brush:cpp;gutter:false">HRESULT AddCustomColor([in]                    IColor*  pItem,
                       [in, defaultvalue("")]  BSTR    pTitle);</pre>
+
                       [in, defaultvalue("")]  BSTR    sTitle);</pre>
  
 
== Parameters ==
 
== Parameters ==
 
;pItem
 
;pItem
 
:[in]  Pointer to [[PXV:IColor|IColor]].
 
:[in]  Pointer to [[PXV:IColor|IColor]].
;pTitle
+
;sTitle
 
:[in, defaultvalue("")]  Value of BSTR.
 
:[in, defaultvalue("")]  Value of BSTR.
  

Latest revision as of 04:16, 15 June 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT AddCustomColor([in]                    IColor*  pItem,
                       [in, defaultvalue("")]  BSTR     sTitle);

Parameters

pItem
[in] Pointer to IColor.
sTitle
[in, defaultvalue("")] Value of BSTR.

Return Value

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

See Also

IUIX_ColorPicker