menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved