C# Class iTextSharp.text.pdf.fonts.cmaps.CMapSequence

Show file Open project: nonorganic/dssnet Class Usage Examples

Public Properties

Property Type Description
len int
off int
seq byte[]

Public Methods

Method Description
CMapSequence ( ) : System
CMapSequence ( byte seq, int off, int len ) : System

Method Details

CMapSequence() public method

public CMapSequence ( ) : System
return System

CMapSequence() public method

public CMapSequence ( byte seq, int off, int len ) : System
seq byte
off int
len int
return System

Property Details

len public property

public int len
return int

off public property

public int off
return int

seq public property

public byte[] seq
return byte[]