Back to Devexpress

TdxPDFDocument.SignatureOptions Property

vcl-dxpdfdocument-dot-tdxpdfdocument-bb124a73.md

latest1.4 KB
Original Source

TdxPDFDocument.SignatureOptions Property

Provides access to the document’s digital signature settings.

Declaration

delphi
property SignatureOptions: TdxPDFSignatureOptions read; write;

Property Value

TypeDescription
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

TdxPDFDocument Class

TdxPDFDocument Members

dxPDFDocument Unit