C# Class iTextSharp.text.pdf.BarcodePDF417.Segment

Afficher le fichier Open project: red-gate/iTextSharp-4.1.6

Méthodes publiques

Свойство Type Description
end int
start int
type char

Méthodes publiques

Méthode Description
Segment ( char type, int start, int end ) : System

Method Details

Segment() public méthode

public Segment ( char type, int start, int end ) : System
type char
start int
end int
Résultat System

Property Details

end public_oe property

public int end
Résultat int

start public_oe property

public int start
Résultat int

type public_oe property

public char type
Résultat char