ThumbnailFactory
Class
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)
The page.
thumbnailSizeSizeThe size of the thumbnail.
Returns:ImageSource