ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms.Thumbnails 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 (e.g., a multi-frame GIF or TIFF file) will be loaded into thumbnails, or whether only the first page will be loaded.
    Syntax
    'Declaration
     
    <CategoryAttribute("Items")>
    <DescriptionAttribute()>
    Public Property AllPages As Boolean
    'Usage
     
    Dim instance As ImGearThumbnailCtl
    Dim value As Boolean
     
    instance.AllPages = value
     
    value = instance.AllPages
    [Category("Items")]
    [Description()]
    public bool AllPages {get; set;}
    [Category("Items")]
    [Description()]
    public: __property bool get_AllPages();
    public: __property void set_AllPages( 
       bool value
    );
    [Category("Items")]
    [Description()]
    public:
    property bool AllPages {
       bool get();
       void set (    bool value);
    }

    Property Value

    Boolean value.
    See Also