Overload List
Name | Description | |
---|---|---|
ImageElement |
Constructs an empty image element. The InitPdfImage method must be called after construction to initialize the image element
| |
ImageElement(Single, Single, Image) |
Creates an ImageElement object from the specified Image object that will be rendered at the position (x,y)
with a width equal to the available space in page and the height auto determined to keep the aspect ratio.
| |
ImageElement(Single, Single, String) |
Creates an ImageElement object from the specified file that will be rendered at the position (x,y)
with the width equal to available width in page and the height auto determined to keep the initial aspect ratio.
| |
ImageElement(Single, Single, Single, Image) |
Creates an ImageElement object from the specified Image object that will be rendered at the position (x,y)
with the specified width destWidth and the height auto determined to keep the aspect ratio.
| |
ImageElement(Single, Single, Single, String) |
Creates an ImageElement object from the specified file that will be rendered at the position (x,y)
with the specified width destWidth and the height auto determined to keep the initial aspect ratio.
| |
ImageElement(Single, Single, Single, Single, Image) |
Creates an ImageElement object from the specified Image object that will be rendered at the position (x,y)
with the (destWidth,destHeight) size keeping the aspect ratio.
| |
ImageElement(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 keeping the aspect ratio.
| |
ImageElement(Single, Single, Single, Single, Boolean, Image) |
Creates an ImageElement object from the specified Image object that will be rendered at the position (x,y)
with the (destWidth,destHeight) size.
| |
ImageElement(Single, Single, Single, Single, Boolean, String) |
Creates an ImageElement from the specified file that will be rendered at the position (x,y)
with the (destWidth,destHeight) size.
|
See Also