SignatureOptions.ImageDisplayMode Property
Gets or sets whether an XRPdfSignature control should show the signature image.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v20.2.dll
Declaration
[DefaultValue(SignatureImageDisplayMode.Show)]
public SignatureImageDisplayMode ImageDisplayMode { get; set; }
<DefaultValue(SignatureImageDisplayMode.Show)>
Public Property ImageDisplayMode As SignatureImageDisplayMode
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. |
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.