PdfFitRectangleDestination.Rectangle Property
In This Article
Gets a rectangle that is fit into the document window.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public PdfRectangle Rectangle { get; }
#Property Value
Type | Description |
---|---|
Pdf |
The rectangle in the user coordinate system. |
See Also