Interface IXcpControl2
Assembly: Syncfusion.HtmlConverter.Base.dll
Syntax
[Guid("1C3294F9-891F-49B1-BBAE-492A68BA10CC")]
public interface IXcpControl2 : IXcpControl
Properties
Content
Declaration
Property Value
InitParams
Declaration
string InitParams { get; set; }
Property Value
IsLoaded
Declaration
Property Value
OnError
Declaration
object OnError { get; set; }
Property Value
OnLoad
Declaration
object OnLoad { get; set; }
Property Value
OnSourceDownloadComplete
Declaration
object OnSourceDownloadComplete { get; set; }
Property Value
OnSourceDownloadProgressChanged
Declaration
object OnSourceDownloadProgressChanged { get; set; }
Property Value
Settings
Declaration
Property Value
Source
Declaration
string Source { get; set; }
Property Value
SplashScreenSource
Declaration
string SplashScreenSource { get; set; }
Property Value
Methods
CreateObject(String)
Declaration
object CreateObject(string id)
Parameters
Type |
Name |
Description |
System.String |
id |
|
Returns
IsVersionSupported(String)
Declaration
bool IsVersionSupported(string v)
Parameters
Type |
Name |
Description |
System.String |
v |
|
Returns
LoadRuntime()
Declaration