Skip to main content

PdfPrintPageEventArgs.PageBounds Property

Returns the rectangular area that represents the total area of the page.

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v23.2.dll

NuGet Package: DevExpress.Wpf.PdfViewer

Declaration

public Rectangle PageBounds { get; }

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