Full background picture

i want to set BackPicture to stretch in page and not show only in client aria which limited with margins.

when used PictureView and seted like this:
  with imgBack do begin
    Left:= -Page1.LeftMargin * 3.77 + 1;
    Top:= -Page1.TopMargin * 3.77 + 1;
    Width:= Page1.PaperWidth * 3.77;
    Height:= Page1.PaperHeight * 3.77;                                       
  end;

but showed only in first page.
how can set BackPicture to full or show this PictureView in all pages?

Comments

  • gpigpi
    edited 5:57PM
    Try to place TfrxPictureView on the TfrxOverlay band

Leave a Comment