Class PageIndexed

Represents a page indexed event result.

Inheritance
System.Object
PageIndexed
Namespace: PSPDFKitFoundation.Search
Assembly: PSPDFKitFoundation.dll
Syntax
public sealed class PageIndexed

Constructors

PageIndexed(String, Int32, String)

Constructs an object representing a page indexed result.

Declaration
public PageIndexed(string uid, int pageIndex, string text)
Parameters
Type Name Description
System.String uid

The UID of the search.

System.Int32 pageIndex

The page index of the result.

System.String text

The text of the search result.

Properties

PageIndex

The page index that was indexed.

Declaration
public int PageIndex { get; }
Property Value
Type Description
System.Int32

Text

The text on the page that was indexed into the library.

Declaration
public string Text { get; }
Property Value
Type Description
System.String

Uid

The Unique ID of document indexed.

Declaration
public string Uid { get; }
Property Value
Type Description
System.String