Back to Devexpress

SignatureOptions.ImageDisplayMode Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-signatureoptions-87a59648.md

latest2.1 KB
Original Source

SignatureOptions.ImageDisplayMode Property

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

Declaration

csharp
[DefaultValue(SignatureImageDisplayMode.Show)]
public SignatureImageDisplayMode ImageDisplayMode { get; set; }
vb
<DefaultValue(SignatureImageDisplayMode.Show)>
Public Property ImageDisplayMode As SignatureImageDisplayMode

Property Value

TypeDefaultDescription
SignatureImageDisplayModeShow

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:

NameDescription
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 TypePath to ImageDisplayMode
XRPdfSignature

.SignatureOptions .ImageDisplayMode

|

Remarks

  • Show

  • Hide

  • ShowCertificateNameAsImage

See Also

SignatureOptions Class

SignatureOptions Members

DevExpress.XtraReports.UI Namespace