Winnovative Word to PDF Converter

ImageElementInitPdfImage Method (Single, Single, Single, String)

Winnovative Word to PDF Converter Documentation
Initializes an image element from a file. This method must be called on empty image elements

Namespace:  WnvWordToPdf
Assembly:  wnvwordtopdf (in wnvwordtopdf.dll) Version: 10.0.0.0
Syntax

public void InitPdfImage(
	float x,
	float y,
	float width,
	string imageFile
)

Parameters

x
Type: SystemSingle
The image element X coordinate in points
y
Type: SystemSingle
The image element Y coordinate in points
width
Type: SystemSingle
The image element width in points
imageFile
Type: SystemString
The full path of the image file
See Also

Reference