TextSearchOptions.TextSearchOptions
Contents
[
Hide
]TextSearchOptions(bool)
Initializes new instance of the TextSearchOptions object. Specifies regular expression usage mode.
public TextSearchOptions(bool isRegularExpressionUsed)
| Parameter | Type | Description |
|---|---|---|
| isRegularExpressionUsed | Boolean | Value that indicates that regularexpression is used. |
See Also
- class TextSearchOptions
- namespace Aspose.Pdf.Text
- assembly Aspose.PDF
TextSearchOptions(Rectangle)
Initializes new instance of the TextSearchOptions object. Specifies rectangle that delimits the searched text.
public TextSearchOptions(Rectangle rectangle)
| Parameter | Type | Description |
|---|---|---|
| rectangle | Rectangle | Rectangle that includes the extracted text. |
See Also
- class Rectangle
- class TextSearchOptions
- namespace Aspose.Pdf.Text
- assembly Aspose.PDF
TextSearchOptions(Rectangle, bool)
Initializes new instance of the TextSearchOptions object. Specifies rectangle that delimits the searched text and regular expression usage mode.
public TextSearchOptions(Rectangle rectangle, bool isRegularExpressionUsed)
| Parameter | Type | Description |
|---|---|---|
| rectangle | Rectangle | Rectangle that includes the extracted text. |
| isRegularExpressionUsed | Boolean | Value that indicates that regularexpression is used. |
See Also
- class Rectangle
- class TextSearchOptions
- namespace Aspose.Pdf.Text
- assembly Aspose.PDF