IPXC_PageText::ColorRGBA Property

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 get_ColorRGBA([in]          ULONG  nColorIndex,
 
<pre class="brush:cpp;gutter:false">HRESULT get_ColorRGBA([in]          ULONG  nColorIndex,
                       [out, retval]  ULONG*  pRGBA);
+
                       [out, retval]  ULONG*  nRGBA);
 
</pre>
 
</pre>
  

Revision as of 02:23, 4 June 2015


Property ColorRGBA of interface IPXC_PageText returns Value of ULONG ...

Syntax

HRESULT get_ColorRGBA([in]           ULONG   nColorIndex,
                      [out, retval]  ULONG*  nRGBA);

Parameters

nColorIndex
[in] Value of ULONG.

See Also

IPXC_PageText