Skip to main content

PdfFitRectangleDestination.Rectangle Property

Gets a rectangle that is fit into the document window.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.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