WatermarkableImageCollection

WatermarkableImageCollection class

Represents a collection of images found in a document.

public class WatermarkableImageCollection : ReadOnlyListBase<WatermarkableImage>

Properties

Name Description
virtual Count { get; } Gets the number of elements contained in the collection.
virtual IsReadOnly { get; } Gets a value indicating whether the collection is read-only.
virtual Item { get; } Gets the element at the specified index in the collection.

Methods

Name Description
virtual Contains(WatermarkableImage)
virtual GetEnumerator()
virtual IndexOf(WatermarkableImage)

Remarks

This collection contains the items of WatermarkableImage type.

See Also