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

    Type Alias FindTextParams

    Represents text search parameters.

    type FindTextParams = {
        matchCase?: boolean;
        text: string;
        wholeWord?: boolean;
    }
    Index

    Properties

    matchCase?: boolean

    Indicates whether to match case. The default is false.

    text: string

    The text to search.

    wholeWord?: boolean

    Indicates whether to match whole words only. The default is false.