ImageArea Class |
Namespace: ExpertPdf.HtmlToPdf
The ImageArea type exposes the following members.
Name | Description | |
---|---|---|
ImageArea(Single, Single, Single, Image) |
Creates an ImageElement from the specified System.Drawing.Image object that will be rendered at the position (x,y)
with the destWidth width and an auto detected height.
| |
ImageArea(Single, Single, Single, String) |
Creates an ImageElement from the specified file that will be rendered at the position (x,y)
with the destWidth width and an auto detected height.
| |
ImageArea(Single, Single, Single, Single, Image) |
Creates an ImageElement from the specified System.Drawing.Image object that will be rendered at the position (x,y)
with the (destWidth,destHeight) size.
| |
ImageArea(Single, Single, Single, Single, String) |
Creates an ImageElement from the specified file that will be rendered at the position (x,y)
with the (destWidth,destHeight) size.
|
Name | Description | |
---|---|---|
DestHeight |
Gets or sets the image destination height
| |
DestWidth |
Gets or sets the image destination width
| |
ImageObj |
Gets the underlying image object
| |
Transparency |
Gets or sets element transparency. The transparency is expressed as a value between 0 and 100.
0 means completely transparent and 100 completely opaque.
| |
XLocation |
Gets or sets the image location on X
| |
YLocation |
Gets or sets the image location on Y
|