name property
Leave feedback
On this page
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.
@property
def name(self):
...
@name.setter
def name(self, value):
...
- module
groupdocs.signature.options - class
FormFieldSearchOptions
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.