Back to Devexpress

PdfPrintPageEventArgs.MarginBounds Property

wpf-devexpress-dot-xpf-dot-pdfviewer-dot-pdfprintpageeventargs-82592035.md

latest1.3 KB
Original Source

PdfPrintPageEventArgs.MarginBounds Property

Returns the rectangular area that represents the portion of the page inside the margins.

Namespace : DevExpress.Xpf.PdfViewer

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

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

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

Property Value

TypeDescription
Rectangle

A Rectangle that is a rectangular area, measured in hundredths of an inch, that represents the portion of the page inside the margins.

|

See Also

PdfPrintPageEventArgs Class

PdfPrintPageEventArgs Members

DevExpress.Xpf.PdfViewer Namespace