Skip to main content
A newer version of this page is available. .
All docs
V20.2

SignatureImageDisplayMode Enum

Contains settings that specify whether an XRPdfSignature control should show the signature image.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

[ResourceFinder(typeof(ResFinder))]
public enum SignatureImageDisplayMode

Members

Name Description
Show

Show the signature image.

Hide

Hide the signature image.

ShowCertificateNameAsImage

Show the certificate name in place of the signature image.

Remarks

Use the XRPdfSignature control’s SignatureOptions.ImageDisplayMode property to specify how the signature image should be shown.

See Also