xtrareports-devexpress-dot-xtrareports-dot-ui-dot-signatureoptions-87a59648.md
Gets or sets whether an XRPdfSignature control should show the signature image.
Namespace : DevExpress.XtraReports.UI
Assembly : DevExpress.XtraReports.v25.2.dll
NuGet Package : DevExpress.Reporting.Core
[DefaultValue(SignatureImageDisplayMode.Show)]
public SignatureImageDisplayMode ImageDisplayMode { get; set; }
<DefaultValue(SignatureImageDisplayMode.Show)>
Public Property ImageDisplayMode As SignatureImageDisplayMode
| 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.
|
You can access this nested property as listed below:
| Object Type | Path to ImageDisplayMode |
|---|---|
| XRPdfSignature |
.SignatureOptions .ImageDisplayMode
|
Show
Hide
ShowCertificateNameAsImage
See Also