ControlTextColor
IPDFDocument4 :: Annotations

See Also
Collapse All

This property gets or sets the control's font color.

Syntax

OLE_COLOR ControlTextColor { get; set; }
Value
Color of the control's font

Remarks

OLE_COLOR is a double word (4 bytes) value in the format 0x00BBGGRR. The low-order byte contains a value for the relative intensity of red; the second byte contains a value for green; and the third byte contains a value for blue. The high-order byte must be zero.

Each control may contain text that is shown with the default font. You can change the font color, size, and the font itself.

See the AnnotBorderColor property for examples.

See Also

Reference