ExpertPdf Html to Pdf Converter Library
ImageArea Constructor (x, y, destWidth, destHeight, filePath)
NamespacesExpertPdf.HtmlToPdfImageAreaImageArea(Single, Single, Single, Single, String)
ExpertPdf Html to Pdf Converter Library
Creates an ImageElement from the specified file that will be rendered at the position (x,y) with the (destWidth,destHeight) size.
Declaration Syntax
C#Visual BasicVisual C++
public ImageArea(
	float x,
	float y,
	float destWidth,
	float destHeight,
	string filePath
)
Public Sub New ( _
	x As Single, _
	y As Single, _
	destWidth As Single, _
	destHeight As Single, _
	filePath As String _
)
public:
ImageArea(
	float x, 
	float y, 
	float destWidth, 
	float destHeight, 
	String^ filePath
)
Parameters
x (Single)
The X location where this element will be rendered
y (Single)
The Y location where this element will be rendered
destWidth (Single)
The destination rectangle width
destHeight (Single)
The destination rectangle height
filePath (String)
The image file path

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf) Version: 6.2.0.0 (6.2.0.0)