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




In This Topic
    ImGearThumbnailPage Class
    In This Topic
    This class represents a thumbnail page.
    Object Model
    ImGearThumbnailPage Class
    Syntax
    'Declaration
     
    Public Class ImGearThumbnailPage 
    'Usage
     
    Dim instance As ImGearThumbnailPage
    public class ImGearThumbnailPage 
    public __gc class ImGearThumbnailPage 
    public ref class ImGearThumbnailPage 
    Remarks

    This class can be used to specify pages other than the first page of a multi-page document to load into the ImGearThumbnailList control.

    The ImGearThumbnailPage class is immutable and cannot be used in XAML. The ImGearThumbnailPageExtension class provides read/write properties and can be used in XAML.

    Inheritance Hierarchy

    System.Object
       ImageGear.Windows.Controls.ImGearThumbnailPage

    See Also