API Reference

Class

PdfTextSearchOptions

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

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

Constructors

public PdfTextSearchOptions() #

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 Int32[] PageNumbers { get; set; } #

Optional one-based pages to search. Null or empty searches every page.