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

TdxPSPDFReportExportOptions.SignatureOptions Property

Provides access to digital signature-related settings applied to exported PDF documents.

#Declaration

Delphi
property SignatureOptions: TdxPSPDFSignatureOptions read; write;

#Property Value

Type
TdxPSPDFSignatureOptions

#Remarks

This property set contains all settings located on the Signature page of the “PDF Export Options” dialog.

Set the SignatureOptions.Enabled property to True to add your digital signature to all exported PDF documents. Refer to the TdxPSPDFSignatureOptions class description for detailed information on available settings.

See Also