menu

WinForms

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

    Show / Hide Table of Contents

    Interface IXcpControl

    Namespace: Syncfusion.HtmlConverter.Natives
    Assembly: Syncfusion.HtmlConverter.Base.dll
    Syntax
    [Guid("1FB839CC-116C-4C9B-AE8E-3DBB6496E326")]
    public interface IXcpControl

    Properties

    Content

    Declaration
    object Content { get; }
    Property Value
    Type
    System.Object

    InitParams

    Declaration
    string InitParams { get; set; }
    Property Value
    Type
    System.String

    IsLoaded

    Declaration
    bool IsLoaded { get; }
    Property Value
    Type
    System.Boolean

    OnError

    Declaration
    object OnError { get; set; }
    Property Value
    Type
    System.Object

    OnLoad

    Declaration
    object OnLoad { get; set; }
    Property Value
    Type
    System.Object

    Settings

    Declaration
    object Settings { get; }
    Property Value
    Type
    System.Object

    Source

    Declaration
    string Source { get; set; }
    Property Value
    Type
    System.String

    Methods

    CreateObject(String)

    Declaration
    object CreateObject(string id)
    Parameters
    Type Name Description
    System.String id
    Returns
    Type
    System.Object

    IsVersionSupported(String)

    Declaration
    bool IsVersionSupported(string v)
    Parameters
    Type Name Description
    System.String v
    Returns
    Type
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved