IPXC_Color::Value Property

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:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Color::Value Property}}
 
{{#customTitle:IPXC_Color::Value Property}}
{{#parentPage:PXV:IPXC_Color|property}}
+
{{#parentPage:PXV:IPXC_Color|Value Property|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
  
 
Property '''Value''' of interface [[PXV:IPXC_Color|IPXC_Color]] returns  Pointer to [[PXV:IColor|IColor]] ...
 
Property '''Value''' of interface [[PXV:IPXC_Color|IPXC_Color]] returns  Pointer to [[PXV:IColor|IColor]] ...
 
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Value([in, defaultvalue(ColorType_Auto)] ColorType nType, [out, retval] IColor** ppColor);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Value([in, defaultvalue(ColorType_Auto)] ColorType nType,
 +
                  [out, retval]                       IColor**   ppColor);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;''nType''
+
;nType
 
:[in, defaultvalue(ColorType_Auto)]  Value of [[PXV:ColorType|ColorType]].
 
:[in, defaultvalue(ColorType_Auto)]  Value of [[PXV:ColorType|ColorType]].
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IPXC_Color|IPXC_Color]].
 
See also [[PXV:IPXC_Color|IPXC_Color]].

Revision as of 05:58, 23 April 2015


Property Value of interface IPXC_Color returns Pointer to IColor ...

Syntax

HRESULT get_Value([in, defaultvalue(ColorType_Auto)]  ColorType  nType,
                  [out, retval]                       IColor**   ppColor);

Parameters

nType
[in, defaultvalue(ColorType_Auto)] Value of ColorType.

See Also

See also IPXC_Color.