Skip to main content

TdxPSPDFReportExportOptions.SignatureOptions Property

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

Declaration

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