PdfGraphics.AddToPageBackground(PdfPage) Method
In This Article
Adds graphics to a PDF page background.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Drawing.dll
NuGet Package: DevExpress.Pdf.Drawing
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
page | Pdf |
A Pdf |
#Remarks
The overloaded AddToPageBackground method automatically converts world coordinates to page coordinates. See Coordinate Systems to learn more.
Call the AddToPageBackground method to draw graphics as the background of the page. The default DPI is equal to 96.
To draw graphics as the foreground of the page content, call the PdfGraphics.AddToPageForeground method.
See Also