SignatureOptions.ImageDisplayMode Property
Gets or sets whether an XRPdfSignature control should show the signature image.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
[DefaultValue(SignatureImageDisplayMode.Show)]
public SignatureImageDisplayMode ImageDisplayMode { get; set; }
Property Value
Type | Default | Description |
---|---|---|
SignatureImageDisplayMode | Show | Show, to show the signature image; Hide, to hide the signature image; ShowCertificateNameAsImage, to show the certificate name in place of the signature. |
Available values:
Name | Description |
---|---|
Show | Show the signature image. |
Hide | Hide the signature image. |
ShowCertificateNameAsImage | Show the certificate name in place of the signature image. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to ImageDisplayMode |
---|---|
XRPdfSignature |
|
Remarks
Show
An XRPdfSignature control shows a sample signature image. In exported files, when a document is signed, the converted PDF form field shows the actual signature image.
Hide
An XRPdfSignature control does not show a signature image.
ShowCertificateNameAsImage
An XRPdfSignature control shows a sample certificate name in place of a signature image. In exported files, when a document is signed, the converted PDF form field shows the actual certificate name.