Back to Devexpress

SignatureImageDisplayMode Enum

corelibraries-devexpress-dot-xtraprinting-8eb04234.md

latest1.6 KB
Original Source

SignatureImageDisplayMode Enum

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

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[ResourceFinder(typeof(ResFinder))]
public enum SignatureImageDisplayMode
vb
<ResourceFinder(GetType(ResFinder))>
Public Enum SignatureImageDisplayMode

Members

NameDescription
Show

Show the signature image.

| | Hide |

Hide the signature image.

| | ShowCertificateNameAsImage |

Show the certificate name in place of the signature image.

|

The following properties accept/return SignatureImageDisplayMode values:

Remarks

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

See Also

DevExpress.XtraPrinting Namespace