ImagePlacementCollection
Overview
ImagePlacementCollection is a class in Aspose.PDF FOSS for .NET.
Inherits from: IReadOnlyList<ImagePlacement>.
A collection of ImagePlacement items.
This class provides 6 methods for working with ImagePlacementCollection objects in .NET programs.
Available methods include: Add, Clear, Contains, CopyTo, GetEnumerator, Remove.
All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.
Properties: Count, IsReadOnly, IsSynchronized, SyncRoot.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read | Number of image placements. |
IsReadOnly | bool | Read | Gets the is read only. |
IsSynchronized | bool | Read | Gets the is synchronized. |
SyncRoot | object | Read | Gets the sync root. |
Methods
| Signature | Description |
|---|---|
Add(fragment: ImagePlacement) | Calls Add on this ImagePlacementCollection instance. |
Contains(item: ImagePlacement) | Calls Contains on this ImagePlacementCollection instance. |
CopyTo(array: ImagePlacement[], index: int) | Calls CopyTo on this ImagePlacementCollection instance. |
Remove(item: ImagePlacement) | Calls Remove on this ImagePlacementCollection instance. |
Clear() | Calls Clear on this ImagePlacementCollection instance. |
GetEnumerator() | Calls GetEnumerator on this ImagePlacementCollection instance. |