API Reference
Class
PdfTextSearchOptions
Controls document text searching.
Inheritance
- Object
- PdfTextSearchOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method PdfDocumentTextEditor.Find
- Method PdfDocumentTextEditor.ReplaceAll
Constructors
public PdfTextSearchOptions() #Inherited Methods
Properties
public Boolean MatchCase { get; set; } #Uses ordinal case-sensitive matching when true.
public Boolean WholeWords { get; set; } #Requires complete word boundaries around matches when true.
public Boolean IncludeTextRenderingMode3 { get; set; } #Includes non-Type3 invisible OCR-style text painted with PDF rendering mode 3.
public Int32[] PageNumbers { get; set; } #Optional one-based pages to search. Null or empty searches every page.