Skip to main content
All docs
V26.1
  • FitRectangleDestination Class

    A destination that displays a specific page rectangle in the document window.

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public class FitRectangleDestination :
        Destination

    Remarks

    The FitR destination displays a specific page rectangle (returned by the FitRectangleDestination.Rectangle property) in the document window.

    Inheritance

    Object
    Destination
    FitRectangleDestination
    See Also