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

    Specifies the signature image data.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Core.v25.1.dll

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public byte[] ImageData { get; set; }

    Property Value

    Type Description
    Byte[]

    The signature image data.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to ImageData
    PdfExportOptions
    .SignatureOptions .ImageData
    See Also