PdfCharacterCode.Font Property

Gets the PDF font for this character code.

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

Syntax

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

Property Value

Type: PdfFont
The PDF font associated with this character code.

See Also