ImagePlacementCollection

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

NameTypeAccessDescription
CountintReadNumber of image placements.
IsReadOnlyboolReadGets the is read only.
IsSynchronizedboolReadGets the is synchronized.
SyncRootobjectReadGets the sync root.

Methods

SignatureDescription
Add(fragment: ImagePlacement)Calls Add(fragment) on this ImagePlacementCollection instance.
Contains(item: ImagePlacement)Calls Contains(item) on this ImagePlacementCollection instance.
CopyTo(array: ImagePlacement[], index: int)Calls CopyTo(array, index) on this ImagePlacementCollection instance.
Remove(item: ImagePlacement)Calls Remove(item) on this ImagePlacementCollection instance.
Clear()Calls Clear on this ImagePlacementCollection instance.
GetEnumerator()Calls GetEnumerator on this ImagePlacementCollection instance.

See Also

 English