PdfDigitalSignatureAppearanceSetImage(String, Boolean) Method
Sets the background image to display in appearance based on full path to image file.
The image format will be automatically determined from image 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(
string imageFile,
bool keepAspect
)
Parameters
- imageFile String
- The full path of the image
- 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