ImageGear .NET v24.14 - Updated
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
 
<TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
Public Class ImGearThumbnailMultiPageAdapter 
   Inherits System.Windows.DependencyObject
'Usage
 
Dim instance As ImGearThumbnailMultiPageAdapter
[TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
public class ImGearThumbnailMultiPageAdapter : System.Windows.DependencyObject 
[TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
public __gc class ImGearThumbnailMultiPageAdapter : public System.Windows.DependencyObject 
[TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
public ref class ImGearThumbnailMultiPageAdapter : public System.Windows.DependencyObject 
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