iTextSharp.text.pdf.BarcodePDF417.Segment.Segment C# (CSharp) Méthode

Segment() public méthode

public Segment ( char type, int start, int end ) : System
type char
start int
end int
Résultat System
            public Segment(char type, int start, int end) {
                this.type = type;
                this.start = start;
                this.end = end;
            }
        }
BarcodePDF417.Segment