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

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

public BarcodePostnet ( ) : System
Результат System
        public BarcodePostnet() {
            n = 72f / 22f; // distance between bars
            x = 0.02f * 72f; // bar width
            barHeight = 0.125f * 72f; // height of the tall bars
            size = 0.05f * 72f; // height of the short bars
            codeType = POSTNET; // type of code
        }