Click or drag to resize

PdfSearchFoundText Structure

Represents a result of the search operation
Inheritance Hierarchy
SystemObject
  SystemValueType
    Patagames.Pdf.NetPdfSearchFoundText

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public struct FoundText

The PdfSearchFoundText type exposes the following members.

Fields
 NameDescription
Public fieldCharIndex The starting character index of the search result.
Public fieldCharsCount The number of matched characters in the search result.
Public fieldPageIndex The page index of the search result.
Top
See Also