Skip to main content
All docs
V23.2

PdfSignatureAppearance.SetBackgroundImageData(String) 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(
    string filePath
)

Parameters

Name Type Description
filePath String

A path to the image file.

Remarks

The following formats are available:

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