IPXC_AnnotData::Color Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_AnnotData::Color Property}}
 
{{#customTitle:IPXC_AnnotData::Color Property}}
 +
{{#parentPage:PXV:IPXC_AnnotData#Properties|Color|property}}
  
Property '''Color''' of interface [[PXV:IPXC_AnnotData|IPXC_AnnotData]] returns/sets Pointer to [[PXV:IColor|IColor]] ...
+
Gets/sets the [[PXV:IColor|color]] of the annotation that is used for the following purposes:
 
+
* The background of the annotation’s icon when closed
 +
* The title bar of the annotation’s pop-up window
 +
* The border of a link annotation
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Color([out, retval] IColor** ppColor);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Color([out, retval] IColor** ppColor);
HRESULT put_Color([in] IColor* ppColor);
+
HRESULT put_Color([in] IColor* ppColor);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_AnnotData|IPXC_AnnotData]].
+
[[PXV:IPXC_AnnotData|IPXC_AnnotData]]

Latest revision as of 02:25, 25 May 2015

Gets/sets the color of the annotation that is used for the following purposes:

  • The background of the annotation’s icon when closed
  • The title bar of the annotation’s pop-up window
  • The border of a link annotation

Syntax

HRESULT get_Color([out, retval]  IColor**  ppColor);
HRESULT put_Color([in]  IColor*  ppColor);

See Also

IPXC_AnnotData