Class ImageObjectCollection
Inheritance
System.Object
ImageObjectCollection
Implements
IronSoftware.IDocumentImageObjectCollection<ImageObject>
System.Collections.Generic.IEnumerable<ImageObject>
System.Collections.IEnumerable
System.Collections.Generic.IList<ImageObject>
System.Collections.Generic.ICollection<ImageObject>
IronSoftware.IJsonSerializable
Namespace: IronSoftware
Assembly: IronPdf.dll
Syntax
public class ImageObjectCollection : ObservableCollection<ImageObject>, IPdfImageObjectCollection, IDocumentImageObjectCollection<ImageObject>, IEnumerable<ImageObject>, IEnumerable, IList<ImageObject>, ICollection<ImageObject>, IJsonSerializable
Properties
IsReadOnly
Declaration
public bool IsReadOnly { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Items
Declaration
public IList<ImageObject> Items { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<ImageObject> |
Methods
Add(ImageObject)
Declaration
public void Add(ImageObject item)
Parameters
Type | Name | Description |
---|---|---|
ImageObject | item |
Clear()
Declaration
public void Clear()
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |
Remove(ImageObject)
Declaration
public bool Remove(ImageObject item)
Parameters
Type | Name | Description |
---|---|---|
ImageObject | item |
Returns
Type | Description |
---|---|
System.Boolean |
RemoveAt(Int32)
Declaration
public void RemoveAt(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
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