Class ImageContent
Inheritance
System.Object
ImageContent
Assembly: IronPPT.dll
Syntax
public class ImageContent : ContentElement, ICloneableElement, IImageContent, IContentElement
Constructors
ImageContent()
Declaration
Properties
Content
Declaration
public string Content { get; set; }
Property Value
Type |
Description |
System.String |
|
Operators
Implicit(String to ImageContent)
Declaration
public static implicit operator ImageContent(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Implements