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

TdxPDFDocument.SignatureOptions Property

Provides access to the document’s digital signature settings.

#Declaration

Delphi
property SignatureOptions: TdxPDFSignatureOptions read; write;

#Property Value

Type Description
TdxPDFSignatureOptions

Stores digital signature settings.

#Remarks

Use the SignatureOptions.Signature property to configure a digital signature. Then, set the SignatureOptions.Enabled property to True to enable the signature for subsequent document save operations. Refer to the TdxPDFSignatureOptions class description for detailed information on available options.

Note

The current implementation of the SaveToFile and SaveToStream procedures can save a document only with a single configured digital signature. If the document has multiple signatures, a successful save operation removes them.

See Also