 | PdfFontIsUnicodeCompatible Property |
Specifies whether the font is unicode compatible
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic bool IsUnicodeCompatible { get; }Public ReadOnly Property IsUnicodeCompatible As Boolean
Get
public:
property bool IsUnicodeCompatible {
bool get ();
}member IsUnicodeCompatible : bool with get
/** @property */
public boolean get_IsUnicodeCompatible()
function get_IsUnicodeCompatible();
Property Value
Boolean
See Also