Class HTMLUIExportImage
Class that represents exporting support in the HTMLUIControl.
Inheritance
System.Object
HTMLUIExportImage
Namespace: Syncfusion.Windows.Forms.HTMLUI
Assembly: Syncfusion.HTMLUI.Windows.dll
Syntax
public class HTMLUIExportImage : Object
Constructors
HTMLUIExportImage()
Declaration
public HTMLUIExportImage()
Methods
GetExportedImages(IInputHTML, Size)
Creates an array of images where the document will be printed.
Declaration
public static Image[] GetExportedImages(IInputHTML document, Size imageSize)
Parameters
| Type | Name | Description |
|---|---|---|
| IInputHTML | document | Document object to be exported. |
| System.Drawing.Size | imageSize | Size of the images where the document will be printed. |
Returns
| Type | Description |
|---|---|
| System.Drawing.Image[] | Image array |