ImageElementInitPdfImage(Single, Single, Single, String) Method

Initializes an image element from a file. This method must be called on empty image elements

Definition

Namespace: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
C#
public void InitPdfImage(
	float x,
	float y,
	float width,
	string imageFile
)

Parameters

x  Single
The image element X coordinate in points
y  Single
The image element Y coordinate in points
width  Single
The image element width in points
imageFile  String
The full path of the image file

See Also