Aspose::Pdf::ImagePlacementCollection class

ImagePlacementCollection class

Represents an image placements collection.

class ImagePlacementCollection : public System::Collections::Generic::ICollection<System::SharedPtr<Aspose::Pdf::ImagePlacement>>

Methods

MethodDescription
Add(const System::SharedPtr<ImagePlacement>&) overrideAdds the text fragment element at the specified index.
Clear() overrideClears all items from the collection.
Contains(const System::SharedPtr<ImagePlacement>&) const overrideDetermines whether the collection contains a specific value.
CopyTo(System::ArrayPtr<System::SharedPtr<ImagePlacement>>, int32_t) overrideCopies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array.
get_Count() const overrideGets the number of ImagePlacement object elements actually contained in the collection.
get_IsReadOnly() const overrideGets a value indicating whether the collection is read-only.
get_IsSynchronized()Gets a value indicating whether access to the collection is synchronized (thread safe).
get_SyncRoot() constGets an object that can be used to synchronize access to the collection.
GetEnumerator() overrideReturns an enumerator for the entire collection.
idx_get(int32_t)Gets the text fragment element at the specified index.
Remove(const System::SharedPtr<ImagePlacement>&) overrideDeletes specified item from collection.

See Also