Class ThumbnailFactory
Responsible for creating thumbnails from RadFixedPage.
Inheritance
System.Object
ThumbnailFactory
Namespace: Telerik.Windows.Documents.UI
Assembly: Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax
public class ThumbnailFactory : Object
Constructors
ThumbnailFactory()
Methods
CreateThumbnail(RadFixedPage, Size)
Creates thumbnail from given RadFixedPage.
Declaration
public ImageSource CreateThumbnail(RadFixedPage page, Size thumbnailSize)
Parameters
Telerik.Windows.Documents.Fixed.Model.RadFixedPage
page
The page. |
System.Windows.Size
thumbnailSize
The size of the thumbnail. |
Returns
System.Windows.Media.ImageSource
|