ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ImageAdv - ASP.NETMVC API Reference | Syncfusion ImageAdv class. ">

    Show / Hide Table of Contents

    Class ImageAdv

    Represents the ImageAdv class.

    Inheritance
    System.Object
    BaseNode
    Inline
    ImageAdv
    Inherited Members
    Inline.CharacterFormat
    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.EJ.DocumentEditor
    Assembly: Syncfusion.EJ.DocumentEditor.dll
    Syntax
    public class ImageAdv : Inline

    Constructors

    ImageAdv()

    Initializes a new instance of the ImageAdv class.

    Declaration
    public ImageAdv()

    Properties

    Height

    Gets or Sets the height of the ImageAdv.

    Declaration
    public double Height { get; set; }
    Property Value
    Type Description
    System.Double

    ImageString

    Gets or sets the string of the ImageAdv.

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

    IsInlineImage

    Determines whether the image is an inline image.

    Declaration
    public bool IsInlineImage { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsMetaFile

    Determines whether the image is a metafile image.

    Declaration
    public bool IsMetaFile { get; set; }
    Property Value
    Type Description
    System.Boolean

    Length

    Gets the length.

    Declaration
    public int Length { get; }
    Property Value
    Type Description
    System.Int32

    Width

    Gets or Sets the width of the ImageAdv.

    Declaration
    public double Width { get; set; }
    Property Value
    Type Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved