Interface IImage
Assembly: IronPPT.dll
Syntax
public interface IImage : IGraphic, IContentElement
Properties
FrameShape
Declaration
Nullable<ShapeType> FrameShape { get; set; }
Property Value
Id
Declaration
Property Value
Type |
Description |
System.String |
|
ImageData
Declaration
IImageContent ImageData { get; }
Property Value
Index
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Name
Declaration
string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Type
Declaration
ImageType Type { get; set; }
Property Value
Methods
Clone()
Declaration
Returns
LoadFromFile(String)
Declaration
void LoadFromFile(string imagePath)
Parameters
Type |
Name |
Description |
System.String |
imagePath |
|
LoadFromStream(Stream)
Declaration
void LoadFromStream(Stream stream)
Parameters
Type |
Name |
Description |
System.IO.Stream |
stream |
|
Resize(Int32, Int32)
Declaration
void Resize(int width, int height)
Parameters
Type |
Name |
Description |
System.Int32 |
width |
|
System.Int32 |
height |
|