Returns the font of this form field.

Namespace: TallComponents.PDF.Layout.Shapes.Fields
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.66.0

Syntax

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

Remarks

Default Courier will be used.

See Also