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

    A destination that positions a specified X-coordinate at the top-left corner of the document window and zooms the page’s bounding box to fit the window height.

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public class FitBBoxVerticallyDestination :
        Destination

    Remarks

    The FitBV destination displays a page as follows:

    • A specific X coordinate (returned by the FitBBoxVerticallyDestination.Left property) is positioned at the top-left corner of the document window
    • The page’s bounding box fits the document window height

    Inheritance

    Object
    Destination
    FitBBoxVerticallyDestination
    See Also