Skip to main content
A newer version of this page is available. .

PdfPrintPageEventArgs.PageBounds Property

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

Namespace: DevExpress.Xpf.PdfViewer

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

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