Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfFitRectangleDestination.Rectangle Property

Gets a rectangle specified by the coordinates left, bottom, right, and top to place the page entirely within the window both horizontally and vertically.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Core.dll

Declaration

public PdfRectangle Rectangle { get; }

Property Value

Type Description
PdfRectangle

A PdfRectangle that is a rectangle specified by the coordinates left, bottom, right, and top.

See Also