New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
Count
Item
image
Telerik.Web.UI.ExportInfrastructure.ImageCollection
EI Image collection
Inheritance Hierarchy
- System.Object
- Telerik.Web.UI.ExportInfrastructure.ImageCollection : IEnumerable, IEnumerable`1
Properties
Count Int32
Returns the number of Image objects in the collection
Item Image
Gets/sets an image object by given index
Methods
Add
Adds an Image to the collection
Parameters
image Telerik.Web.UI.ExportInfrastructure.Image
Image object
Returns
System.Void
GetEnumerator
Returns the enumerator for the image collection
Returns
System.Collections.Generic.IEnumerator
1`
System.Collections.IEnumerable.GetEnumerator
Returns the enumerator for the image collection
Returns
System.Collections.IEnumerator