Click or drag to resize

HtmlToImageElement Constructor

Overload List
  NameDescription
Public methodHtmlToImageElement(String)
Creates a URL to image converter element at the (0,0) location in PDF page. The width of element in PDF page is the available width in PDF page and the height is auto determined.
Public methodHtmlToImageElement(String, String)
Creates a HTML string to image converter element that will be rendered at the (0,0) location in PDF page. The width of element in PDF page is the available width in PDF page and the height is auto determined.
Public methodHtmlToImageElement(Single, Single, String)
Creates a URL to image converter element at the specified x and y coordinates in PDF page. The width of element in PDF page is the available width in PDF page and the height is auto determined.
Public methodHtmlToImageElement(Single, Single, Single, String)
Creates a URL to image converter element at the specified x and y coordinates with the specified width. The height in PDF is auto determined.
Public methodHtmlToImageElement(Single, Single, String, String)
Creates a HTML string to image converter element at the specified x and y coordinates in PDF page. The width of element in PDF page is the available width in PDF page and the height is auto determined.
Public methodHtmlToImageElement(Single, Single, Single, Single, String)
Creates a URL to image converter element at the specified x and y coordinates with the specified width and height.
Public methodHtmlToImageElement(Single, Single, Single, String, Int32)
Creates a URL to image converter element at the specified x and y coordinates with the specified width. The height in PDF is auto determined. The virtual browser width in pixels is specified by the htmlViewerWidth parameter.
Public methodHtmlToImageElement(Single, Single, Single, String, String)
Creates a HTML string to image converter element at the specified x and y coordinates with the specified width. The height in PDF is auto determined.
Public methodHtmlToImageElement(Single, Single, Single, Single, String, String)
Creates a HTML string to image converter element at the specified x and y coordinates with the specified width and height.
Public methodHtmlToImageElement(Single, Single, Single, String, String, Int32)
Create a HTML string to image converter element at the specified x and y coordinates with the specified width. The height in PDF is auto determined. The virtual browser width in pixels is specified by the htmlViewerWidth parameter.
Public methodHtmlToImageElement(Single, Single, Single, Single, String, Int32, Int32)
Create a URL to image converter element at the specified x and y coordinates with the specified width and height. The virtual browser width and height in pixels are specified by the htmlViewerWidth and htmlViewerHeight paramenters.
Public methodHtmlToImageElement(Single, Single, Single, Single, String, Int32, Int32, String)
Create a URL to image converter element at the specified x and y coordinates with the specified width and height. The virtual browser width and height in pixels are specified by the htmlViewerWidth and htmlViewerHeight paramenters.
Public methodHtmlToImageElement(Single, Single, Single, Single, String, String, Int32, Int32)
Creates a HTML string to image converter element at the specified x and y coordinates with the specified width and height. The virtual browser width and height in pixels is specified by the htmlViewerWidth and htmlViewerHeight parameters.
Public methodHtmlToImageElement(Single, Single, Single, Single, String, String, String, Int32, Int32)
Creates a HTML string to image converter element at the specified x and y coordinates with the specified width and height. The virtual browser width and height in pixels is specified by the htmlViewerWidth and htmlViewerHeight parameters.
Top
See Also