Winnovative PDF Creator Library for .NET
ImageElement Constructor (x, y, destWidth, destHeight, imageObj)
NamespacesWinnovative.PdfCreatorImageElementImageElement(Single, Single, Single, Single, Image)
Winnovative PDF Creator Library for .NET
Creates an ImageElement from the specified System.Drawing.Image object 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,
	Image imageObj
)
Public Sub New ( _
	x As Single, _
	y As Single, _
	destWidth As Single, _
	destHeight As Single, _
	imageObj As Image _
)
public:
ImageElement(
	float x, 
	float y, 
	float destWidth, 
	float destHeight, 
	Image^ imageObj
)
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
imageObj (Image)
The System.Drawing.Image object

Assembly: Winnovative.PdfCreator (Module: Winnovative.PdfCreator) Version: 6.0.0.0 (6.0.0.0)