Back to Devexpress

PdfFont.ToUnicode Property

officefileapi-devexpress-dot-pdf-dot-pdffont.md

latest1.0 KB
Original Source

PdfFont.ToUnicode Property

Converts PDF character codes to Unicode values.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Pdf.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfCharacterMapping ToUnicode { get; }
vb
Public ReadOnly Property ToUnicode As PdfCharacterMapping

Property Value

TypeDescription
PdfCharacterMapping

A PdfCharacterMapping object, providing a CMap table that maps character codes to Unicode values.

|

See Also

PdfFont Class

PdfFont Members

DevExpress.Pdf Namespace