IPXC_AnnotData::Color Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 3: | Line 3: | ||
{{#customTitle:IPXC_AnnotData::Color Property}} | {{#customTitle:IPXC_AnnotData::Color Property}} | ||
{{#parentPage:PXV:IPXC_AnnotData|Color Property|property}} | {{#parentPage:PXV:IPXC_AnnotData|Color Property|property}} | ||
− | + | ||
Gets/sets the [[PXV:IColor|color]] of the annotation which is used for the following purposes: | Gets/sets the [[PXV:IColor|color]] of the annotation which is used for the following purposes: |
Revision as of 13:33, 20 May 2015
Gets/sets the color of the annotation which 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);