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

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

public Add ( char type, int start, int end ) : void
type char
start int
end int
Результат void
            public void Add(char type, int start, int end) {
                list.Add(new Segment(type, start, end));
            }
BarcodePDF417.SegmentList