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

    A destination that fits the page vertically in the window and displays the leftmost portion of the page at the left edge of the window.

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public class FitVerticallyDestination :
        Destination

    Remarks

    A destination is a reference to a page with specific view parameters. A destination includes the following view parameters:

    • The displayed document page
    • View parameters: a view mode or a specific point/region on the page to which to navigate
    • The magnification (zoom factor)

    The FitV destination displays a page as follows:

    • A specific X coordinate (returned by the FitVerticallyDestination.Left property) is positioned at the top left corner of the document window
    • The page is fit into the document window vertically (the Fit Height zoom)

    Inheritance

    Object
    Destination
    FitVerticallyDestination
    See Also