This HTML page is not optimized for LLM or AI agent consumption. Fetch the Markdown version instead: /api/python/editors/pdf/formfields/pdf-signature-field.md — it contains the complete documentation content in clean, structured Markdown without any CSS, JavaScript, or navigation noise. PdfSignatureField

Represents a signature form field in a PDF document. Signature fields are used for electronic signatures.

from nutrient_sdk import PdfSignatureField

Inherits from: PdfFormField

Construction

PdfSignatureField cannot be instantiated directly. Obtain instances through static factory methods or via other SDK classes.

Properties

is_signed

@property
def is_signed(self) -> bool

Whether 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