ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IXcpControl2 - ASP.NETMVC API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IXcpControl2

    Namespace: Syncfusion.HtmlConverter.Natives
    Assembly: Syncfusion.HtmlConverter.Base.dll
    Syntax
    [Guid("1C3294F9-891F-49B1-BBAE-492A68BA10CC")]
    public interface IXcpControl2 : IXcpControl

    Properties

    Content

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

    InitParams

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

    IsLoaded

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

    OnError

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

    OnLoad

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

    OnSourceDownloadComplete

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

    OnSourceDownloadProgressChanged

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

    Settings

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

    Source

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

    SplashScreenSource

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

    Methods

    CreateObject(String)

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

    IsVersionSupported(String)

    Declaration
    bool IsVersionSupported(string v)
    Parameters
    Type Name Description
    System.String v
    Returns
    Type Description
    System.Boolean

    LoadRuntime()

    Declaration
    void LoadRuntime()
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved