The folder where the CMaps can be found.

Namespace: TallComponents.PDF.Fonts
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public static string CMapFolder { get; set; }
Visual Basic
Public Shared Property CMapFolder As String
	Get
	Set

Remarks

By default this folder is where the assembly from this component is located with an additional CMaps folder.

The CMaps are used for both calculating the length from a given (unicode) string as well for TextExtraction purposes.

See Also