IPXC_AnnotData::Color Property

From PDF XChange PDF SDK
Revision as of 02:25, 25 May 2015 by Palamar (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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