Class ImageAdv
Represents the ImageAdv class.
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.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 |