[]
Search.SearchResult
Defines a search result.
• Readonly
DisplayText: string
Text to display.
node_modules/@grapecity/ar-js-viewer/dist/ar-js-viewer.d.ts:1580
• Readonly
ItemArea: Rect
The whole text item area coordinates.
node_modules/@grapecity/ar-js-viewer/dist/ar-js-viewer.d.ts:1582
• Readonly
ItemIndex: number
The logical page item number (for subsequent searches, ordered).
node_modules/@grapecity/ar-js-viewer/dist/ar-js-viewer.d.ts:1584
• Readonly
PageIndex: number
The index of the page where the occurence is found.
node_modules/@grapecity/ar-js-viewer/dist/ar-js-viewer.d.ts:1578
• Readonly
Range: Range
The selection text range.
node_modules/@grapecity/ar-js-viewer/dist/ar-js-viewer.d.ts:1586
• Optional
Readonly
UserData: any
Plugin-specific data.
node_modules/@grapecity/ar-js-viewer/dist/ar-js-viewer.d.ts:1588
▪ Static
Readonly
BeforeBegin: SearchResult
Special result value for Find method to begin searching from the beginning of the document/page
node_modules/@grapecity/ar-js-viewer/dist/ar-js-viewer.d.ts:1608
▪ Static
Readonly
PastEnd: SearchResult
Result indicating search is finished. Also indicates position past the end of document.
node_modules/@grapecity/ar-js-viewer/dist/ar-js-viewer.d.ts:1606