PdfDigitalSignatureAppearanceSetImage(Byte, Boolean) Method
Sets the background image to display in appearance based on image data.
The image format will be automatically determined from data.
The supported formats are Jpeg, Png and Webp
Namespace: EvoPdf.ChromiumAssembly: EvoPdf.Chromium (in EvoPdf.Chromium.dll) Version: 11.4.0
public void SetImage(
byte[] imageData,
bool keepAspect
)
Parameters
- imageData Byte
- The image data
- keepAspect Boolean
- If this parameter is false the image will be resized to fill the entire bounding
rectangle.
If this parameter is true the image will be resized to fill the bounding rectangle and will be displayed
centered in this rectangle, keeping the aspect ratio of the image