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

ValueDescription
STANDARD
DYNAMIC

Methods

SignatureDescription
from_string(value: str)FormTypeCalls from_string(value) on this FormType instance.

See Also