PdfSignatureAppearance.SetImageData(Byte[]) 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 |
Byte[] | A byte array that stores image pixel data. |
#Remarks
The PDF Document API supports signature image data in the following formats:
- BMP;
- JPEG;
- PNG;
- EMF+;
- TIFF;
- GIF.
See Also