Skip to main content
A newer version of this page is available. .
All docs
V20.2

SignatureOptions.DisplayDocumentSignature Property

Gets or sets whether the XRPdfSignature control should display the document signature when a report is exported to PDF.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

[DefaultValue(true)]
public bool DisplayDocumentSignature { get; set; }

Property Value

Type Default Description
Boolean true

true, to display the document signature; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to DisplayDocumentSignature
XRPdfSignature
.SignatureOptions .DisplayDocumentSignature

Remarks

If an XRPdfSignature has the DisplayDocumentSignature property enabled, a digital signature that is added to the document’s PDF signature options is displayed in the XRPdfSignature control when a report is exported to PDF.

Only one XRPdfSignature control in a report can have the DisplayDocumentSignature property enabled. If the DisplayDocumentSignature property is enabled for one control, this property is disabled in all other controls.

The Web Document Viewer does not allow you to export and sign a report. The DisplayDocumentSignature property is not in effect. A signature can be added to an exported file in a PDF editor.

See Also