Class
ThumbnailsCollection

Represents thumbnails collection for given document.

Definition

Namespace:Telerik.Windows.Documents.UI

Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll

Syntax:

cs-api-definition
public class ThumbnailsCollection : IEnumerable<Thumbnail>, IEnumerable

Inheritance: objectThumbnailsCollection

Implements: IEnumerableIEnumerable<Thumbnail>

Constructors

ThumbnailsCollection(RadFixedDocument, double)

Initializes a new instance of the ThumbnailsCollection class.

Declaration

cs-api-definition
public ThumbnailsCollection(RadFixedDocument document, double thumbnailHeight)

Parameters

document

RadFixedDocument

The document.

thumbnailHeight

double

The height of the thumbnail.

Properties

Document

Gets the RadFixedDocument.

Declaration

cs-api-definition
public RadFixedDocument Document { get; }

Property Value

RadFixedDocument

The document.

Methods

GetEnumerator()

Returns an enumerator that iterates through the collection.

Declaration

cs-api-definition
public IEnumerator<Thumbnail> GetEnumerator()

Returns

IEnumerator<Thumbnail>

A IEnumerator<T> that can be used to iterate through the collection.

Implements IEnumerable<Thumbnail>.GetEnumerator()