Back to Devexpress

SignatureOptions.DisplayDocumentSignature Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-signatureoptions-051880fb.md

latest2.6 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[DefaultValue(true)]
public bool DisplayDocumentSignature { get; set; }
vb
<DefaultValue(True)>
Public Property DisplayDocumentSignature As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath 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

SignatureOptions Class

SignatureOptions Members

DevExpress.XtraReports.UI Namespace