EVO HTML to PDF Converter

ImageElement Constructor

EVO PDF Client for .NET Documentation
Overload List

  NameDescription
Public methodImageElement(Single, Single, Byte)
Creates an ImageElement object from the specified image data 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.
Public methodImageElement(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.
Public methodImageElement(Single, Single, Single, Byte)
Creates an ImageElement object from the specified image data that will be rendered at the position (x,y) with the specified width destWidth and the height auto determined to keep the aspect ratio.
Public methodImageElement(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.
Public methodImageElement(Single, Single, Single, Single, Byte)
Creates an ImageElement object from the specified image data that will be rendered at the position (x,y) with the (destWidth,destHeight) size keeping the aspect ratio.
Public methodImageElement(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.
Public methodImageElement(Single, Single, Single, Single, Boolean, Byte)
Creates an ImageElement object from the specified image data that will be rendered at the position (x,y) with the (destWidth,destHeight) size.
Public methodImageElement(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.
Top
See Also

Reference