Documents for PDF, .NET Edition Documentation
CMap Class
Members 

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf.Text.CMap Namespace : CMap Class
Represents a CMap table.

A CMap specifies the mapping from character codes to character selectors, it is used to extract Unicode text from PDF documents. In most cases CMaps are fully embedded into the PDF document. But in rare cases a CMap in a PDF is specified by a PDF name object, where this name identifies a predefined CMap that should be known to the PDF processor.

GrapeCity.Documents.Pdf contains the following predefined CMaps: The optional GrapeCity.Documents.Pdf.Resources package contains many other less common predefined CMap files. See GrapeCity.Documents.Pdf.ICMapProvider and GrapeCity.Documents.Pdf.GcPdfDocument.CMapProvider for details.
Object Model
CMap Class
Syntax
'Declaration
 
Public Class CMap 
   Inherits CMapBase
public class CMap : CMapBase 
Inheritance Hierarchy

System.Object
   GrapeCity.Documents.Pdf.Text.CMap.CMapBase
      GrapeCity.Documents.Pdf.Text.CMap.CMap

See Also

Reference

CMap Members
GrapeCity.Documents.Pdf.Text.CMap Namespace