Search Results for

    Show / Hide Table of Contents

    Interface IPdfTextSearchService

    Text search service

    Namespace: Simplic.DocumentProcessing
    Assembly: Simplic.DocumentProcessing.dll
    Syntax
    public interface IPdfTextSearchService

    Methods

    | Improve this Doc View Source

    Search(Byte[], IList<String>, Boolean)

    Search text within a pdf

    Declaration
    IList<PdfSearchResult> Search(byte[] pdf, IList<string> searchTexts, bool caseSensitive = true)
    Parameters
    Type Name Description
    System.Byte[] pdf

    Pdf as byte array

    System.Collections.Generic.IList<System.String> searchTexts

    Search texts

    System.Boolean caseSensitive

    Gets or sets whether the search process is case sensitive

    Returns
    Type Description
    System.Collections.Generic.IList<PdfSearchResult>

    Search result list

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx