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

ファイルを表示 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_oe property

public int end
return int

start public_oe property

public int start
return int

type public_oe property

public char type
return char