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

Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

Свойство Type Description
len int
off int
seq byte[]

Méthodes publiques

Méthode Description
CMapSequence ( ) : System
CMapSequence ( byte seq, int off, int len ) : System

Method Details

CMapSequence() public méthode

public CMapSequence ( ) : System
Résultat System

CMapSequence() public méthode

public CMapSequence ( byte seq, int off, int len ) : System
seq byte
off int
len int
Résultat System

Property Details

len public_oe property

public int len
Résultat int

off public_oe property

public int off
Résultat int

seq public_oe property

public byte[] seq
Résultat byte[]