Class DesignerHelper
Inheritance
System.Object
DesignerHelper
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript.Web.Common
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class DesignerHelper
Constructors
DesignerHelper()
Declaration
public DesignerHelper()
Methods
CreateImageFile(String, String, String)
Declaration
public static string CreateImageFile(string path, string dataUri, string fileName)
Parameters
Type | Name | Description |
---|---|---|
System.String | path | |
System.String | dataUri | |
System.String | fileName |
Returns
Type | Description |
---|---|
System.String |
EnsureDesignerImagePath(String)
Declaration
public static void EnsureDesignerImagePath(string projectPath)
Parameters
Type | Name | Description |
---|---|---|
System.String | projectPath |
GetValue(String, Int32)
Declaration
public static object GetValue(string type, int index)
Parameters
Type | Name | Description |
---|---|---|
System.String | type | |
System.Int32 | index |
Returns
Type | Description |
---|---|
System.Object |