IPXC_Collection::Color Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 9: | Line 9: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Color([in] BSTR | + | <pre class="brush:cpp;gutter:false">HRESULT get_Color([in] BSTR colorName, |
− | [out, retval] IColor** | + | [out, retval] IColor** Color); |
− | HRESULT put_Color([in] BSTR | + | HRESULT put_Color([in] BSTR colorName, |
− | [in] IColor* | + | [in] IColor* Color); |
</pre> | </pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;colorName |
:[in] Value of BSTR. | :[in] Value of BSTR. | ||
== See Also == | == See Also == | ||
[[PXV:IPXC_Collection|IPXC_Collection]] | [[PXV:IPXC_Collection|IPXC_Collection]] |
Revision as of 05:57, 12 June 2015
Property Color of interface IPXC_Collection returns/sets Pointer to IColor ...
Syntax
HRESULT get_Color([in] BSTR colorName, [out, retval] IColor** Color); HRESULT put_Color([in] BSTR colorName, [in] IColor* Color);
Parameters
- colorName
- [in] Value of BSTR.