Click or drag to resize

PdfTrueTypeFont Unicode Property

Gets a value indicating whether thisis unicode.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool Unicode { get; }

Property Value

Type: Boolean
true if unicode; otherwise, false .
See Also