The text font.

Namespace: TallComponents.PDF.Annotations.Widgets
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public Font Font { get; set; }
Visual Basic
Public Property Font As Font
	Get
	Set

Remarks

For widgets connected to RadioButtons and CheckBoxes this property is not used.

Setting this property is supported in classic PDF documents only.

The EmbedMode of the font that is assigned should be Auto, Full or ReferenceOnly. All other cases will throw an InvalidOperationException.

See Also