Back to Devexpress

PdfPrintPageEventArgs.PageBounds Property

wpf-devexpress-dot-xpf-dot-pdfviewer-dot-pdfprintpageeventargs-7f3719be.md

latest1.3 KB
Original Source

PdfPrintPageEventArgs.PageBounds Property

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

Namespace : DevExpress.Xpf.PdfViewer

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

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

csharp
public Rectangle PageBounds { get; }
vb
Public ReadOnly Property PageBounds As Rectangle

Property Value

TypeDescription
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

PdfPrintPageEventArgs Class

PdfPrintPageEventArgs Members

DevExpress.Xpf.PdfViewer Namespace