PdfSignatureAppearance.SetImageData(Stream) Method
In This Article
Sets the signature’s image data.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
image |
Stream | A stream used to load image data. |
#Remarks
The PDF Document API supports signature image data in the following formats:
- BMP;
- JPEG;
- PNG;
- EMF+;
- TIFF;
- GIF.
See Also