DsPdfJS API - v9.1.0
    Preparing search index...

    Class DestinationFitV

    Display the page designated by Destination#page, with the horizontal coordinate left positioned at the left edge of the window and the contents of the page magnified just enough to fit the entire height of the page within the window. A null value for left specifies that the current value of that parameter is to be retained unchanged.

    Hierarchy (View Summary)

    Index

    Constructors

    Accessors

    Methods

    Constructors

    Accessors

    • get id(): number

      Gets the reference to the object.

      Returns number

    • get left(): number | null

      Gets the left coordinate of the document window, if null then unchanged.

      Returns number | null

    • get page(): PdfPage | null

      Gets this destination's target PdfPage object. Returns null if the target page was specified by index.

      Returns PdfPage | null

    • get pageIndex(): number | null

      Gets the index of this destination's target page. Returns null if the target page was specified as a PdfPage object.

      Note that if this property is not null, then any Y coordinate is relative to the bottom left corner (see Destination description for details).

      Returns number | null

    Methods