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

Datei anzeigen 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_oe property

public int len
return int

off public_oe property

public int off
return int

seq public_oe property

public byte[] seq
return byte[]