PdfSignatureAppearance.SetImageData(String) 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 |
---|---|---|
file |
String | A path to the image file. |
#Remarks
The PDF Document API supports signature image data in the following formats:
- BMP;
- JPEG;
- PNG;
- EMF+;
- TIFF;
- GIF.
See Also