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

PdfFitRectangleDestination.Rectangle Property

Gets a rectangle that is fit into the document window.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfRectangle Rectangle { get; }

Property Value

Type Description
PdfRectangle

The rectangle in the user coordinate system.

See Also