Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxPDFSignatureField Class

A digital signature field.

#Declaration

Delphi
TdxPDFSignatureField = class(
    TdxPDFCustomNonExportableField
)

#Remarks

This class does not introduce any new public members. Refer to the TdxPDFCustomField class description for information on common interactive field settings.

You can use the PDF document container’s SignatureOptions property to configure the digital signature in a document. Refer to the following topic for detailed information on digital signatures: How to: Add a Digital Signature to a PDF Document.

See Also