IImageTransformOperationCollection Interface

Namespace:  Aspose.Slides.Effects
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface IImageTransformOperationCollection : ICollection<IImageTransformOperation>, 
	IEnumerable<IImageTransformOperation>, IEnumerable

The IImageTransformOperationCollection type exposes the following members.

Properties
  NameDescription
Public propertyAsIEnumerable
Returns IEnumerable interface. Read-only IEnumerable.
Public propertyCount (Inherited from ICollectionIImageTransformOperation.)
Public propertyIsReadOnly (Inherited from ICollectionIImageTransformOperation.)
Public propertyItem
Returns an IImageTransformOperation from the collection by it's index.
Methods
  NameDescription
Public methodAdd (Inherited from ICollectionIImageTransformOperation.)
Public methodAddAlphaBiLevelEffect
Adds the new Alpha Bi-Level effect to the end of a collection.
Public methodAddAlphaCeilingEffect
Adds the new Alpha Ceiling effect to the end of a collection.
Public methodAddAlphaFloorEffect
Adds the new Alpha Floor effect to the end of a collection.
Public methodAddAlphaInverseEffect
Adds the new Alpha Inverse effect to the end of a collection.
Public methodAddAlphaModulateEffect
Adds the new Alpha Modulate effect to the end of a collection.
Public methodAddAlphaModulateFixedEffect
Adds the new Alpha Modulate Fixed effect to the end of a collection.
Public methodAddAlphaReplaceEffect
Adds the new Alpha Replace effect to the end of a collection.
Public methodAddBiLevelEffect
Adds the new Bi-Level (black/white) effect to the end of a collection.
Public methodAddBlurEffect
Adds the new Blur effect to the end of a collection.
Public methodAddColorChangeEffect
Adds the new Color Change effect to the end of a collection.
Public methodAddColorReplaceEffect
Adds the new Color Replacement effect to the end of a collection.
Public methodAddDuotoneEffect
Adds the new Duotone effect to the end of a collection.
Public methodAddFillOverlayEffect
Adds the new Fill Overlay effect to the end of a collection.
Public methodAddGrayScaleEffect
Adds the new Gray Scale effect to the end of a collection.
Public methodAddHSLEffect
Adds the new Hue/Saturation/Luminance effect to the end of a collection.
Public methodAddLuminanceEffect
Adds the new Luminance effect to the end of a collection.
Public methodAddTintEffect
Adds the new Tint effect to the end of a collection.
Public methodClear (Inherited from ICollectionIImageTransformOperation.)
Public methodContains (Inherited from ICollectionIImageTransformOperation.)
Public methodCopyTo (Inherited from ICollectionIImageTransformOperation.)
Public methodGetEnumerator (Inherited from IEnumerableIImageTransformOperation.)
Public methodRemove (Inherited from ICollectionIImageTransformOperation.)
Public methodRemoveAt
Removes an image effect from a collection at the specified index.
See Also