menu

WinForms

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

    Show / Hide Table of Contents

    Interface IHtmlRenderer

    Namespace: Syncfusion.HtmlConverter
    Assembly: Syncfusion.HtmlConverter.Base.dll
    Syntax
    public interface IHtmlRenderer

    Methods

    GetDocumentImageStream(String, Double, Double)

    Declaration
    Stream GetDocumentImageStream(string url, double width, double height)
    Parameters
    Type Name Description
    System.String url
    System.Double width
    System.Double height
    Returns
    Type
    System.IO.Stream

    GetDocumentImageStream(String, Double, Double, String, String)

    Declaration
    Stream GetDocumentImageStream(string url, double width, double height, string username, string password)
    Parameters
    Type Name Description
    System.String url
    System.Double width
    System.Double height
    System.String username
    System.String password
    Returns
    Type
    System.IO.Stream

    GetDocumentImageStream(String, String, Double, Double)

    Declaration
    Stream GetDocumentImageStream(string htmlText, string baseUrl, double width, double height)
    Parameters
    Type Name Description
    System.String htmlText
    System.String baseUrl
    System.Double width
    System.Double height
    Returns
    Type
    System.IO.Stream

    GetDocumentImageStream(String, String, Double, Double, String, String)

    Declaration
    Stream GetDocumentImageStream(string htmlText, string baseUrl, double width, double height, string username, string password)
    Parameters
    Type Name Description
    System.String htmlText
    System.String baseUrl
    System.Double width
    System.Double height
    System.String username
    System.String password
    Returns
    Type
    System.IO.Stream
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved