Class ImagePlacementCollection
Contents
[
Hide
]ImagePlacementCollection class
Represents an image placements collection
public sealed class ImagePlacementCollection : ICollection<ImagePlacement>
Properties
Name | Description |
---|---|
Count { get; } | Gets the number of ImagePlacement object elements actually contained in the collection. |
IsReadOnly { get; } | Gets a value indicating whether the collection is read-only. |
IsSynchronized { get; } | Gets a value indicating whether access to the collection is synchronized (thread safe). |
Item { get; } | Gets the text fragment element at the specified index. |
SyncRoot { get; } | Gets an object that can be used to synchronize access to the collection. |
Methods
Name | Description |
---|---|
Add(ImagePlacement) | Adds the text fragment element at the specified index. |
Clear() | Clears all items from the collection. |
Contains(ImagePlacement) | Determines whether the collection contains a specific value. |
CopyTo(ImagePlacement[], int) | Copies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array |
GetEnumerator() | Returns an enumerator for the entire collection. |
Remove(ImagePlacement) | Deletes specified item from collection |
See Also
- class ImagePlacement
- namespace Aspose.Pdf
- assembly Aspose.PDF