Search Results for

    Show / Hide Table of Contents

    Class PdfSearchResult

    Represents a pdf search result

    Inheritance
    System.Object
    PdfSearchResult
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.DocumentProcessing
    Assembly: Simplic.DocumentProcessing.dll
    Syntax
    public class PdfSearchResult

    Properties

    | Improve this Doc View Source

    PageNumber

    Gets or sets the page number

    Declaration
    public int PageNumber { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    SearchText

    Gets or sets the search text which was found on the given page

    Declaration
    public string SearchText { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx