Beispiel #1
0
        public byte[] MontarPdf()
        {
            this.Valida();
            BoletoBancario b = new BoletoBancario();

            b.Boleto = this;
            return(b.MontaBytesPDF());
        }
Beispiel #2
0
 public byte[] MontarPdf()
 {
     this.Valida();
     BoletoBancario b = new BoletoBancario();
     b.Boleto = this;
     return b.MontaBytesPDF();
 }