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

    A destination that positions a specific Y coordinate at the top left corner of the document window, and zooms a page so that it fits the window horizontally.

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public class FitHorizontallyDestination :
        Destination

    Remarks

    The FitH destination displays a page as follows:

    • A specific Y coordinate (returned by the FitHorizontallyDestination.Top property) is positioned at the top left corner of the document window
    • The entire page fits the document window vertically (the Fit Width zoom is applied)

    Inheritance

    Object
    Destination
    FitHorizontallyDestination
    See Also