This string points to the path where the CMaps can be found. CMaps are used when displaying some fonts, mostly Chinese, Japanese or Korean (also known as CJK fonts). The CMaps are part of the zip file you have downloaded from our website.

Namespace: TallComponents.PDF.Rasterizer.Configuration
Assembly: TallComponents.PDF.Rasterizer (in TallComponents.PDF.Rasterizer.dll) Version: 3.0.76.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.

See Also