FormType
Overview
FormType is a enum in Aspose.PDF FOSS for Python.
Type of PDF form.
This enum provides 1 method for working with FormType objects in Python programs.
Available methods include: from_string.
All public members are accessible to any Python application after installing the Aspose.PDF FOSS for Python package.
Values
| Value | Description |
|---|---|
STANDARD | |
DYNAMIC |
Methods
| Signature | Description |
|---|---|
from_string(value: str) → FormType | Calls from_string(value) on this FormType instance. |