Skip to main content
All docs
V25.1
  • PdfSignatureAppearance.SetBackgroundImageData(Stream) Method

    Sets the signature’s background image data.

    Namespace: DevExpress.Pdf

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

    NuGet Package: DevExpress.Pdf.Core

    Declaration

    public void SetBackgroundImageData(
        Stream imageData
    )

    Parameters

    Name Type Description
    imageData Stream

    A stream used to load image data.

    Remarks

    The following formats are available:

    • BMP;
    • JPEG;
    • PNG;
    • EMF;
    • EMF+;
    • TIFF;
    • GIF.
    See Also