menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HTMLUIExportImage - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class HTMLUIExportImage

    Class that represents exporting support in the HTMLUIControl.

    Inheritance
    System.Object
    HTMLUIExportImage
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.HTMLUI
    Assembly: Syncfusion.HTMLUI.Windows.dll
    Syntax
    public class HTMLUIExportImage

    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

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved