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; }
Public ReadOnly Property Unicode As Boolean
Get
public:
property bool Unicode {
bool get ();
}
member Unicode : bool with get
Property Value
Type:
Boolean
true
if unicode; otherwise,
false
.
See Also