Skip to main content
All docs
V26.1
  • FitRectangleDestination.Rectangle Property

    Gets or sets a rectangle on the page to be displayed in the document window.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public RectangleF Rectangle { get; set; }

    Property Value

    Type Description
    RectangleF

    A rectangle on the page to be displayed in the document window.

    See Also