Initializes an image element from a file keeping the aspect ratio. This method must be called on empty image elements
            
Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 10.0.0.0
Syntax
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 - height
 - Type: SystemSingle
The image element height in points - imageFile
 - Type: SystemString
The full path of the image file 
See Also