IUIX_Label::TextColor Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 2: | Line 2: | ||
{{#customTitle:IUIX_Label::TextColor Property}} | {{#customTitle:IUIX_Label::TextColor Property}} | ||
{{#parentPage:PXV:IUIX_Label|TextColor Property|property}} | {{#parentPage:PXV:IUIX_Label|TextColor Property|property}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | + | Gets/sets [[PXV:IUIX_Label|label]] ''text color'' in RGB notation. | |
== Syntax == | == Syntax == | ||
Line 11: | Line 10: | ||
HRESULT put_TextColor([in] LONG pColor); | HRESULT put_TextColor([in] LONG pColor); | ||
</pre> | </pre> | ||
+ | |||
+ | == Remarks == | ||
+ | Bytes from lower to higher in '''pColor''' parameter represent red, green and blue color components respectively. | ||
== See Also == | == See Also == | ||
See also [[PXV:IUIX_Label|IUIX_Label]]. | See also [[PXV:IUIX_Label|IUIX_Label]]. |
Revision as of 23:34, 12 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
See also IUIX_Label.