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