GemBox.PdfViewer
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    PageInputChangedEvent Interface

    Namespace:
    @gembox/pdfviewer
    Assembly:
    @gembox/pdfviewer

    Represents an event that is fired when the input value has changed and page navigation occurs.

    • TypeScript
    export declare interface PageInputChangedEvent extends ViewerEvent
    Remarks

    This event provides read-only access to the target page number after validation.

    Fields

    pageNumber

    The target page number (entered as 1-based number) that has been applied.

    • TypeScript
    readonly pageNumber: number;

    Inherited Fields

    defaultPrevented

    Gets a value indicating whether the event's default action has been canceled.

    (Inherited from ViewerEvent)

    Inherited Methods

    preventDefault

    Cancels the event if it is cancelable, without stopping further propagation of the event.

    (Inherited from ViewerEvent)

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.