PdfSharpCore icon indicating copy to clipboard operation
PdfSharpCore copied to clipboard

Help Needed. Is it possible to use a pdf file as Background?

Open wolfgangschneider opened this issue 3 years ago • 0 comments

Hi

with the original MigraDoc (Framework version) I could use:

                HeaderFooter header = mainSection.Headers.Primary;
                var image = header.AddImage("_Config\\Briefpapier.pdf");
                image.RelativeHorizontal = MigraDoc.DocumentObjectModel.Shapes.RelativeHorizontal.Page;
                image.RelativeVertical = MigraDoc.DocumentObjectModel.Shapes.RelativeVertical.Page;

Thanks Wolfgang

wolfgangschneider avatar May 09 '22 15:05 wolfgangschneider