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

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PdfViewer, DevExpress.Wpf.PdfViewer

Declaration

public Rectangle MarginBounds { get; }

Property Value

Type Description
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