ImageGear .NET v25.2 - Updated
ImageGear.Web Assembly / ImageGear.Web.UI Namespace / ImGearThumbnailList Class / IncludeAllPages Property




In This Topic
    IncludeAllPages Property (ImGearThumbnailList)
    In This Topic
    Gets or sets whether all pages in multipage documents are to be included.
    Syntax
    'Declaration
     
    <CategoryAttribute("ImGearThumbnailList Properties")>
    <BrowsableAttribute(True)>
    <DefaultValueAttribute(True)>
    <DescriptionAttribute("Gets a collection of ImGearSelectionPage objects.")>
    Public Property IncludeAllPages As Boolean
    'Usage
     
    Dim instance As ImGearThumbnailList
    Dim value As Boolean
     
    instance.IncludeAllPages = value
     
    value = instance.IncludeAllPages
    [Category("ImGearThumbnailList Properties")]
    [Browsable(true)]
    [DefaultValue(true)]
    [Description("Gets a collection of ImGearSelectionPage objects.")]
    public bool IncludeAllPages {get; set;}
    [Category("ImGearThumbnailList Properties")]
    [Browsable(true)]
    [DefaultValue(true)]
    [Description("Gets a collection of ImGearSelectionPage objects.")]
    public: __property bool get_IncludeAllPages();
    public: __property void set_IncludeAllPages( 
       bool value
    );
    [Category("ImGearThumbnailList Properties")]
    [Browsable(true)]
    [DefaultValue(true)]
    [Description("Gets a collection of ImGearSelectionPage objects.")]
    public:
    property bool IncludeAllPages {
       bool get();
       void set (    bool value);
    }

    Property Value

    A boolean value.
    Remarks

    The default value is true

    Note: This property value will be ignored when binding at the page level.

    See Also