IPXC_Collection::Color Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Collection::Color Property}}
 
{{#customTitle:IPXC_Collection::Color Property}}
{{#parentPage:PXV:IPXC_Collection|Color Property|property}}
+
{{#parentPage:PXV:IPXC_Collection#Properties|Color|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Color''' of interface [[PXV:IPXC_Collection|IPXC_Collection]] returns/sets  Pointer to [[PXV:IColor|IColor]] ...
+
Property '''pColor''' of interface [[PXV:IPXC_Collection|IPXC_Collection]] returns/sets  Pointer to [[PXV:IColor|IColor]] ...
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Color([in]          BSTR      colorName,
+
<pre class="brush:cpp;gutter:false">HRESULT get_Color([in]          BSTR      sColorName,
                   [out, retval]  IColor**  ppColor);
+
                   [out, retval]  IColor**  pColor);
HRESULT put_Color([in]  BSTR    colorName,
+
HRESULT put_Color([in]  BSTR    sColorName,
                   [in]  IColor*  ppColor);
+
                   [in]  IColor*  pColor);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;colorName
+
;sColorName
 
:[in]  Value of BSTR.
 
:[in]  Value of BSTR.
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_Collection|IPXC_Collection]].
+
[[PXV:IPXC_Collection|IPXC_Collection]]

Latest revision as of 03:21, 15 June 2015


Property pColor of interface IPXC_Collection returns/sets Pointer to IColor ...

Syntax

HRESULT get_Color([in]           BSTR      sColorName,
                  [out, retval]  IColor**  pColor);
HRESULT put_Color([in]  BSTR     sColorName,
                  [in]  IColor*  pColor);

Parameters

sColorName
[in] Value of BSTR.

See Also

IPXC_Collection