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

    Show / Hide Table of Contents

    SearchStartingEvent Interface

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

    Event emitted when a search operation is starting.

    • TypeScript
    export declare interface SearchStartingEvent extends ViewerEvent
    Remarks

    This event is fired before the actual search begins, allowing listeners to cancel or modify the search operation. The event contains the query text that will be searched for.

    Fields

    query

    The search query text that will be searched for in the document.

    • TypeScript
    query: string;
    Remarks

    This property contains the text that users want to find within the PDF document.

    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.