PdfDigitalSignatureAppearanceSetImage(String, Boolean) Method

Sets the appearance background image from a file in Jpeg, Png or Webp format

Definition

Namespace: HiQPdf.Chromium
Assembly: HiQPdf.Chromium (in HiQPdf.Chromium.dll) Version: 16.4.0
C#
public void SetImage(
	string imageFile,
	bool keepAspect
)

Parameters

imageFile  String
The image file full path
keepAspect  Boolean
Controls if the image aspect ratio is preserved when the image is resized inside the bounding rectangle

See Also