Class Image
Inheritance
System.Object
Image
Assembly: IronPPT.dll
Syntax
public class Image : BaseGraphic, ICloneableElement, IImage, IGraphic, IContentElement
Constructors
Image()
Declaration
Image(AnyBitmap)
Declaration
public Image(AnyBitmap anyBitmap)
Parameters
Type |
Name |
Description |
IronSoftware.Drawing.AnyBitmap |
anyBitmap |
|
Image(Stream)
Declaration
public Image(Stream imageStream)
Parameters
Type |
Name |
Description |
System.IO.Stream |
imageStream |
|
Image(String)
Declaration
public Image(string imagePath)
Parameters
Type |
Name |
Description |
System.String |
imagePath |
|
Properties
FrameShape
Declaration
public Nullable<ShapeType> FrameShape { get; set; }
Property Value
Id
Declaration
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
ImageData
Declaration
public IImageContent ImageData { get; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Type
Declaration
public ImageType Type { get; set; }
Property Value
Methods
Clone()
Declaration
public override IContentElement Clone()
Returns
Overrides
LoadFromFile(String)
Declaration
public void LoadFromFile(string imagePath)
Parameters
Type |
Name |
Description |
System.String |
imagePath |
|
LoadFromStream(Stream)
Declaration
public void LoadFromStream(Stream stream)
Parameters
Type |
Name |
Description |
System.IO.Stream |
stream |
|
Implements