Skip to main content
All docs
V23.2

PdfSignatureAppearance.SetBackgroundImageData(Byte[]) Method

Sets the signature’s background image data.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public void SetBackgroundImageData(
    byte[] imageData
)

Parameters

Name Type Description
imageData Byte[]

A byte array that stores image pixel data.

Remarks

The following formats are available:

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