PdfDigitalSignatureAppearanceSetImage(Byte, Boolean) Method

Sets the appearance background image from the data 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(
	byte[] imageData,
	bool keepAspect
)

Parameters

imageData  Byte
The image data
keepAspect  Boolean
Controls if the image aspect ratio is preserved when the image is resized inside the bounding rectangle

See Also