Search found 2 matches
- Thu Feb 19, 2009 1:01 pm
- Forum: Support
- Topic: strange backgroundBitmap behavior
- Replies: 3
- Views: 9275
- Wed Feb 18, 2009 10:37 am
- Forum: Support
- Topic: strange backgroundBitmap behavior
- Replies: 3
- Views: 9275
strange backgroundBitmap behavior
hi we need to set the background bitmap for an A4 page (210 cm X 297 cm) so we provide the component a bitmap of that exact size rvVisuCde: TRichViewEdit; rvVisuCde.BackgroundBitmap.LoadFromFile(Chemin + '\Logo9.bmp'); rvVisuCde.BackgroundStyle := bsTopLeft; it seems that the bitmap doesn't fit the ...