Class ImageObjectCollection
Inheritance
System.Object
ImageObjectCollection
Implements
IronSoftware.IDocumentImageObjectCollection<ImageContent>
System.Collections.Generic.IEnumerable<ImageContent>
System.Collections.IEnumerable
System.Collections.Generic.IList<ImageContent>
System.Collections.Generic.ICollection<ImageContent>
IronSoftware.IJsonSerializable
Namespace: IronWord.Models
Assembly: IronWord.dll
Syntax
public class ImageObjectCollection : ObservableCollection<ImageContent>, IWordImageObjectCollection, IDocumentImageObjectCollection<ImageContent>, IEnumerable<ImageContent>, IEnumerable, IList<ImageContent>, ICollection<ImageContent>, IJsonSerializable
Constructors
ImageObjectCollection()
Declaration
public ImageObjectCollection()
ImageObjectCollection(IList<ImageContent>)
Declaration
public ImageObjectCollection(IList<ImageContent> items)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<ImageContent> | items |
Properties
IsReadOnly
Declaration
public bool IsReadOnly { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Items
Declaration
public IList<ImageContent> Items { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<ImageContent> |
Methods
ToJson()
Declaration
public string ToJson()
Returns
Type | Description |
---|---|
System.String |
Implements
IronSoftware.IDocumentImageObjectCollection<>
System.Collections.Generic.IEnumerable<>
System.Collections.IEnumerable
System.Collections.Generic.IList<>
System.Collections.Generic.ICollection<>
IronSoftware.IJsonSerializable