PdfSignatureField
Represents a signature form field in a PDF document. Signature fields are used for electronic signatures.
from nutrient_sdk import PdfSignatureFieldInherits from: PdfFormField
Construction
PdfSignatureField cannot be instantiated directly. Obtain instances through static factory methods or via other SDK classes.
Properties
is_signed
@propertydef is_signed(self) -> boolWhether the signature field has been signed.
Type: bool
Read-only property.
Inherited members
From PdfFormField: child, child_count, default_value, field_type, full_name, is_read_only, is_required, is_terminal, name, parent, value, widget, widget_count, remove_child_at