ImageGear .NET v25.2 - Updated
ImageGear.Wpf Assembly / ImageGear.WPF Namespace / ImGearThumbnailCtl Class / AllPages Property




In This Topic
    AllPages Property (ImGearThumbnailCtl)
    In This Topic
    Gets or sets a value indicating whether all pages of a multi-page image will be loaded into thumbnails.
    Syntax
    'Declaration
     
    <CategoryAttribute("Items")>
    <DescriptionAttribute()>
    <ImGearFilterAttribute("Default")>
    Public Property AllPages As Boolean
    'Usage
     
    Dim instance As ImGearThumbnailCtl
    Dim value As Boolean
     
    instance.AllPages = value
     
    value = instance.AllPages
    [Category("Items")]
    [Description()]
    [ImGearFilter("Default")]
    public bool AllPages {get; set;}
    [Category("Items")]
    [Description()]
    [ImGearFilter("Default")]
    public: __property bool get_AllPages();
    public: __property void set_AllPages( 
       bool value
    );
    [Category("Items")]
    [Description()]
    [ImGearFilter("Default")]
    public:
    property bool AllPages {
       bool get();
       void set (    bool value);
    }

    Property Value

    Boolean value.
    Remarks
    When set to true all pages of a multi-page image will be loaded into thumbnails, otherwise only the first page will be loaded.
    See Also