New to Telerik UI for WPFStart a free 30-day trial

Responsible for creating thumbnails from RadFixedPage.

Definition

Namespace:Telerik.Windows.Documents.UI

Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll

Syntax:

C#
public class ThumbnailFactory

Inheritance: objectThumbnailFactory

Constructors

Initializes a new instance of the ThumbnailFactory class.

C#
public ThumbnailFactory()

Methods

Creates thumbnail from given RadFixedPage.

C#
public ImageSource CreateThumbnail(RadFixedPage page, Size thumbnailSize)
Parameters:pageRadFixedPage

The page.

thumbnailSizeSize

The size of the thumbnail.

Returns:

ImageSource