FormFieldSearchOptions
Contents
[
Hide
]
FormFieldSearchOptions class
Represents search options for Form-field signatures.
public class FormFieldSearchOptions : SearchOptions
Constructors
Name | Description |
---|---|
FormFieldSearchOptions() | Initializes a new instance of the FormFieldSearchOptions class with default values. |
Properties
Name | Description |
---|---|
AllPages { get; set; } | Flag to search on each Document page. By default this value is set to true. |
Name { get; set; } | Specifies regular expression pattern of form field signature name if it should be searched. You can use it simple as “text” or regular expression like “abc\d+”. Default value is empty string. |
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 |
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. |
Type { get; set; } | Specifies type of form field signature if it should be searched. Default value is null. |
Value { get; set; } | Specifies value of form field signature if it should be searched. Default value is null. |
Remarks
Learn more
- Basic usage of search for FormField electronic signature by GroupDocs.Signature: How to eSearch FormField signatures in a document
- Advanced usage of settings of search for FormField electronic signature with GroupDocs.Signature: Advanced usage of eSearch FormField signatures in a document and additional settings
See Also
- class SearchOptions
- namespace GroupDocs.Signature.Options
- assembly GroupDocs.Signature