PdfImageElement(String) Constructor

Creates a new image element from a file path

Definition

Namespace: HiQPdf.Chromium
Assembly: HiQPdf.Chromium (in HiQPdf.Chromium.dll) Version: 17.5.0
C#
public PdfImageElement(
	string imagePath
)

Parameters

imagePath  String
The file path of the image

See Also