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 4:06PM
    Try to place TfrxPictureView on the TfrxOverlay band

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.