TextAbsorber.TextSearchOptions

TextAbsorber.TextSearchOptions property

Gets or sets text search options.

public virtual TextSearchOptions TextSearchOptions { get; set; }

Remarks

Allows to define rectangle which delimits the extracted text. By default the rectangle is empty. That means page boundaries only defines the text extraction region.

See Also