PdfListBox.Font Property

Gets or sets the font used to display text in the control.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public PdfFont Font { get; set; }
VB
Public Property Font As PdfFont
	Get
	Set

Property Value

Type: PdfFont
The font used to display text in the control.

See Also