FormFieldSearchOptions Class |
Namespace: GroupDocs.Signature.Options
The FormFieldSearchOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | FormFieldSearchOptions |
Initializes a new instance of the FormFieldSearchOptions class with default values.
|
Name | Description | |
---|---|---|
![]() | AllPages |
Flag to search on each Document page. By default this value is set to true.
(Inherited from SearchOptions.) |
![]() | Name |
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 |
Gets or sets Document page number for searching.
Value is optional.
(Inherited from SearchOptions.) |
![]() | PagesSetup |
Options to specify pages for Signature searching.
(Inherited from SearchOptions.) |
![]() | SkipExternal |
Flag to return only signatures marked as IsSignature. By default value is false that indicates to return all signatures that match specified criteria.
(Inherited from SearchOptions.) |
![]() | Type |
Specifies type of form field signature if it should be searched. Default value is null.
|
![]() | Value |
Specifies value of form field signature if it should be searched. Default value is null.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |