PdfImageElement(String) Constructor

Creates a new image element from a file path

Definition

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

Parameters

imagePath  String
The file path of the image

See Also