Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HtmlConverterFactory

    Show / Hide Table of Contents

    Class HtmlConverterFactory

    Represents the implementation to get the IHtmlConverter instance.

    Inheritance
    System.Object
    HtmlConverterFactory
    Namespace: Syncfusion.DocIO.DLS
    Assembly: Syncfusion.DocIO.Portable.dll
    Syntax
    public class HtmlConverterFactory : Object

    Constructors

    HtmlConverterFactory()

    Declaration
    public HtmlConverterFactory()

    Methods

    GetInstance()

    Initializes the IHtmlConverter object.

    Declaration
    public static IHtmlConverter GetInstance()
    Returns
    Type Description
    IHtmlConverter

    The IHtmlConverter object.

    Register(IHtmlConverter)

    Registers the specified converter.

    Declaration
    public static void Register(IHtmlConverter converter)
    Parameters
    Type Name Description
    IHtmlConverter converter

    The IHtmlConverter object.

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