IAdjustValueCollection

IAdjustValueCollection

Overview

IAdjustValueCollection is a interface in Aspose.Slides FOSS for .NET.

Represents a collection of shape adjustment values.

Properties

NameTypeAccessDescription
CountintReadReturns the total number of adjust values in the collection
AsICollectionIList<IAdjustValue>ReadProvides the adjust values as an IList for indexed access
AsIEnumerableIEnumerable<IAdjustValue>ReadProvides the adjust values as an IEnumerable for iteration

See Also