![]() | Setting available find options |
Please note that application of the options described in this section depend on the initial set up explained here.
This is an example which show all available FindOptions properties and its default values.
If you are fine with the propertie's default value, you can omit it, otherwise set it to true.
using PdfViewer = Terminalworks.PdfViewer.AspNetCore; var options = new PdfViewer.Options { Find = new PdfViewer.FindOptions { CaseSensitive = false, HighlightAll = false, WholeWord = false } };
This example shows how to have case sensitive search.
using PdfViewer = Terminalworks.PdfViewer.AspNetCore; var options = new PdfViewer.Options { Find = new PdfViewer.FindOptions { CaseSensitive = true } };
Support Availability - April 21st
On April 21st, 2025, our support team will be available:
For assistance, please contact us at [email protected], and we will respond to your inquiry as soon as we can.