Search found 2 matches

by axidavid
Thu Feb 19, 2009 1:01 pm
Forum: Support
Topic: strange backgroundBitmap behavior
Replies: 3
Views: 9378

in pixel the size is 672 X 951
by axidavid
Wed Feb 18, 2009 10:37 am
Forum: Support
Topic: strange backgroundBitmap behavior
Replies: 3
Views: 9378

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 ...