Skip to main content
All docs
V25.1
  • SignatureOptions.ImageDisplayMode Property

    Gets or sets whether an XRPdfSignature control should show the signature image.

    Namespace: DevExpress.XtraReports.UI

    Assembly: DevExpress.XtraReports.v25.1.dll

    NuGet Package: DevExpress.Reporting.Core

    Declaration

    [DefaultValue(SignatureImageDisplayMode.Show)]
    public SignatureImageDisplayMode ImageDisplayMode { get; set; }

    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.

    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.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to ImageDisplayMode
    XRPdfSignature
    .SignatureOptions .ImageDisplayMode

    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.

      Show Certificate Image

    • Hide

      An XRPdfSignature control does not show a signature image.

      Hide Certificate 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.

      Show Certificate Name as Image

    See Also