PdfPrintPageEventArgs.PageBounds Property
Returns the rectangular area that represents the total area of the page.
Namespace: DevExpress.Xpf.PdfViewer
Assembly: DevExpress.Xpf.PdfViewer.v24.1.dll
NuGet Package: DevExpress.Wpf.PdfViewer
Declaration
Property Value
Type | Description |
---|---|
Rectangle | A Rectangle that is the rectangular area that represents the total area of the page. |
Remarks
Most printers cannot print at the very edge of the page.
See Also