ExpertPdf PDF Creator Library
ImageElement Constructor (x, y, destWidth, destHeight, filePath)
NamespacesExpertPdf.PdfCreatorImageElementImageElement(Single, Single, Single, Single, String)
ExpertPdf PDF Creator 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 ImageElement(
	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:
ImageElement(
	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.PdfCreator (Module: ExpertPdf.PdfCreator) Version: 5.0.0.0 (5.0.0.0)