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

Show file Open project: red-gate/iTextSharp-4.1.6

Public Properties

Property Type Description
end int
start int
type char

Public Methods

Method Description
Segment ( char type, int start, int end ) : System

Method Details

Segment() public method

public Segment ( char type, int start, int end ) : System
type char
start int
end int
return System

Property Details

end public property

public int end
return int

start public property

public int start
return int

type public property

public char type
return char