Example #1
0
 private void appendBand(Page page, Band band)
 {
     page.PutBand(band, h);
     h -= band.Height;
 }