IUIX_Label::TextColor Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_Label::TextColor Property}}
 
{{#customTitle:IUIX_Label::TextColor Property}}
{{#parentPage:PXV:IUIX_Label|TextColor Property|property}}
+
{{#parentPage:PXV:IUIX_Label#Properties|TextColor Property|property}}
 
{{ToReview}}
 
{{ToReview}}
  

Revision as of 22:46, 21 May 2015


Gets/sets label text color in RGB notation.

Syntax

HRESULT get_TextColor([out, retval]  LONG*  pColor);
HRESULT put_TextColor([in]  LONG  pColor);

Remarks

Bytes from lower to higher in pColor parameter represent red, green and blue color components respectively.

See Also

IUIX_Label.