ControlFont
IPDFDocument4 :: Annotations

See Also
Collapse All

This property gets or sets a control's font.

Syntax

LONG ControlFont { get; set; }
Value
The number of the font

Remarks

The font number can be retrieved from any font adding method, such as AddBuiltInFont.

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