Skip to main content
Skip table of contents

CMapCidByte

CMapCidByte Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.text.pdf.fonts.cmaps
  iTextSharp.text.pdf.fonts.cmaps.CMapCidByte[[CMapCidByte]]
  iTextSharp.text.pdf.fonts.cmaps.AbstractCMap[[AbstractCMap]]
  class iTextSharp.text.pdf.fonts.cmaps.AbstractCMap abstractStyle;
  end
iTextSharp.text.pdf.fonts.cmaps.AbstractCMap --> iTextSharp.text.pdf.fonts.cmaps.CMapCidByte

Members

Methods

Internal methods
ReturnsName
voidAddChar(PdfString mark, PdfObject code)
Public methods
ReturnsName
byte``[]Lookup(int cid)

Details

Inheritance

Constructors

CMapCidByte

Source code

public CMapCidByte()

Methods

AddChar

Source code

internal override void AddChar(PdfString mark, PdfObject code)
Arguments
TypeNameDescription
PdfStringmark
PdfObjectcode
Lookup

Source code

public virtual byte Lookup(int cid)
Arguments
TypeNameDescription
intcid

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.