New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

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.IEnumerator1`

System.Collections.IEnumerable.GetEnumerator

Returns the enumerator for the image collection

Returns

System.Collections.IEnumerator

In this article