ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearThumbnailMultiPageAdapter Class
Members




In This Topic
    ImGearThumbnailMultiPageAdapter Class
    In This Topic
    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)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class ImGearThumbnailMultiPageAdapter 
       Inherits System.Windows.DependencyObject
    'Usage
     
    Dim instance As ImGearThumbnailMultiPageAdapter
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class ImGearThumbnailMultiPageAdapter : System.Windows.DependencyObject 
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public __gc class ImGearThumbnailMultiPageAdapter : public System.Windows.DependencyObject 
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    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