PdfGraphics.AddToPageForeground(PdfPage) Method
In This Article
Adds graphics to a PDF page foreground.
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 AddToPageForeground method automatically converts world coordinates to page coordinates. See Coordinate Systems to learn more.
Call the AddToPageForeground method to draw graphics as the foreground of the page. The default DPI is equal to 96. To draw graphics as the background of the page content, call the PdfGraphics.AddToPageBackground method.
See Also