HI Im creates a large table in MigraDoc, and it automatically splits the table when it becomes too large for the page. I have a logo in the title, and my table, when it goes to page 2, sits above the logo and does not fall under it. Does anyone know how to do this when he goes to additional pages?
Here is the logo code. Its just like their example on the invoice
Image image = section.Headers.Primary.AddImage("H-Logo900x700.png"); image.Height = "2.5cm"; image.LockAspectRatio = true; image.RelativeVertical = RelativeVertical.Line; image.RelativeHorizontal = RelativeHorizontal.Margin; image.Top = ShapePosition.Top; image.Left = ShapePosition.Right; image.WrapFormat.Style = WrapStyle.Through;
c # pdfsharp migradoc
gmoney
source share