ImageGear .NET - Updated May 30, 2018
ImGearThumbnailMultiPageAdapter Class
Members 




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace : ImGearThumbnailMultiPageAdapter Class
This class can be used to convert a collection of filename strings, Streams, or ImGearDocuments to a collection of ImGearThumbnailPages.
Object Model
ImGearThumbnailMultiPageAdapter Class
Syntax
'Declaration
 
Public Class ImGearThumbnailMultiPageAdapter 
   Inherits System.Windows.DependencyObject
 
'Usage
 
Dim instance As ImGearThumbnailMultiPageAdapter
Remarks
It is only necessary to use this class when displaying all of the pages of multi-page files. The ItemsSource property of the ImGearThumbnailList control can be bound directly to a collection of documents to load only the first page of each document.
Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         ImageGear.Windows.Controls.ImGearThumbnailMultiPageAdapter

See Also

Reference

ImGearThumbnailMultiPageAdapter Members
ImageGear.Windows.Controls Namespace