Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfFontDescriptor.CIDMapping Property

Provides access to a dictionary identifying which CIDs are present in the CIDFont file.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public IDictionary<short, short> CIDMapping { get; }

Property Value

Type Description
IDictionary<Int16, Int16>

A dictionary, containing the System.Int16 objects, along with their Int16 key values.

Remarks

This property is used to support CID fonts and is not intended to be used directly from your code.

See Also