ControlBackColor
IPDFDocument4 :: Annotations

See Also
Collapse All

This property gets or sets a color for the background of the current control.

Syntax

OLE_COLOR ControlBackColor { get; set; }
Value
Value of the background color of the current control

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.

See theĀ AnnotBorderColor property for examples.

See Also

Reference