TextSearchOptions Class |
Namespace: Aspose.Pdf.Text
The TextSearchOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | TextSearchOptions(Boolean) |
Initializes new instance of the TextSearchOptions object.
Specifies regular expression usage mode.
|
![]() | TextSearchOptions(Rectangle) |
Initializes new instance of the TextSearchOptions object.
Specifies rectangle that delimits the searched text.
|
![]() | TextSearchOptions(Rectangle, Boolean) |
Initializes new instance of the TextSearchOptions object.
Specifies rectangle that delimits the searched text and regular expression usage mode.
|
Name | Description | |
---|---|---|
![]() | IgnoreShadowText |
Gets or sets indication that text fragments representing shadow of normal text will be ignored during search.
true - means that shadow text will not be found (try this if text search returns duplicated fragments on the close positions)
false - means that shadow text will be found as well as normal text (default value)
|
![]() | IsRegularExpressionUsed |
Gets or sets indication that regular expression is used.
|
![]() | LimitToPageBounds |
Gets or sets indication that text is searched within the page bounds.
|
![]() | LogTextExtractionErrors |
Gets or sets indication that text extraction (decoding) errors will be logged in the text (fragment) absorber.
true - means that text extraction (decoding) errors will be loged. It may decrease performance.
false (default) - no error loging.
|
![]() | Rectangle |
Gets or sets rectangle that bounds the searched text.
|
![]() | SearchForTextRelatedGraphics |
Gets or sets value that permits searching for text related graphics (underlining, background etc.) during text search.
false - graphic elements that may present in source document will be ignored (default value).
true - searching for text related graphics will be performed. It may decrease performance of text search and edit. It also may change graphical elements that look like text related.
|
![]() | UseFontEngineEncoding |
Gets or sets indication that text will be searched using font engine encoding.
true - means that font engine encoding will be used (try this if text search fails because of imperfect encoding in the document)
false - means that document font encoding will be used (default value)
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |