page_area property
Leave feedback
On this page
Gets the value of the field.
Depending on field FieldData.page_area property
can contain any of the inheritors of PageArea class.
For example, Parser.parse_form method extracts only text fields.
@property
def page_area(self):
...
@page_area.setter
def page_area(self, value):
...
- module
groupdocs.parser.data - class
FieldData - class
PageArea
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.