PDFVisualSearchRange¶
Namespace: O2S.Components.PDF4NET.View.Content
Supports search ranges in a PDFDocumentView.
Inheritance Object → ValueType → Enum → PDFVisualSearchRange
Implements
Fields¶
| Name | Value | Description |
|---|---|---|
| CurrentPage | 0 | Search current page only. |
| VisiblePages | 1 | Search visible pages only. |
| AllPages | 2 | Search all pages in the document. |