Class LibraryQueryResult
Represents the list of pages with a specific document where the query matched some text.
Inheritance
System.Object
LibraryQueryResult
Namespace: PSPDFKitFoundation.Search
Assembly: PSPDFKitFoundation.dll
Syntax
public sealed class LibraryQueryResult
Properties
PageResults
The Pages where a result was found.
Declaration
public IEnumerable<int> PageResults { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.Int32> |
Uid
The Uid of the document.
Declaration
public string Uid { get; set; }
Property Value
Type | Description |
---|---|
System.String |