Skip to main content

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

NuGet Package: 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