TextSearchOptions
Leave feedback
On this page
Represents search options for Text signatures.
public class TextSearchOptions : SearchOptions
| Name | Description |
|---|---|
| TextSearchOptions() | Initializes a new instance of the TextSearchOptions class with default values. |
| TextSearchOptions(string) | Initializes a new instance of the TextSearchOptions class with text value. |
| Name | Description |
|---|---|
| AllPages { get; set; } | Flag to search on each Document page. By default this value is set to true. |
| MatchType { get; set; } | Gets or sets text match type search. |
| PageNumber { get; set; } | Gets or sets Document page number for searching. Value is optional. |
| PagesSetup { get; set; } | Options to specify pages for Signature searching. |
| ShapePosition { get; set; } | Flag to return specify shape position in the document layout. Avaliable only for Word documents |
| SignatureImplementation { get; set; } | Specifies text signature implementation to search. |
| SkipExternal { get; set; } | Flag to return only signatures marked as IsSignature. By default value is false that indicates to return all signatures that match specified criteria. |
| Text { get; set; } | Specifies signature text to match on searching. |
Learn more
- Basic usage of search for Text electronic signature by GroupDocs.Signature: How to eSearch Text signatures in a document
- Advanced usage of settings of search for Text electronic signature with GroupDocs.Signature: Advanced usage of eSearch Text signatures in a document and additional settings
- class SearchOptions
- namespace GroupDocs.Signature.Options
- assembly GroupDocs.Signature
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.