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:
but showed only in first page.
how can set BackPicture to full or show this PictureView in all pages?
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