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. The page. |
System. The size of the thumbnail. |
Returns
System.
|