iTextSharp.text.pdf.BarcodePDF417.Segment.Segment C# (CSharp) Метод

Segment() публичный Метод

public Segment ( char type, int start, int end ) : System
type char
start int
end int
Результат System
            public Segment(char type, int start, int end) {
                this.type = type;
                this.start = start;
                this.end = end;
            }
        }
BarcodePDF417.Segment