ImageGear .NET v24.12 - Updated
IncludeAllPages Property (ImGearThumbnailList)




ImageGear24.Web Assembly > ImageGear.Web.UI Namespace > ImGearThumbnailList Class : IncludeAllPages Property
Gets or sets whether all pages in multipage documenta are to be included.
Syntax
'Declaration
 
<DescriptionAttribute("Gets a collection of ImGearSelectionPage objects.")>
<DefaultValueAttribute(True)>
<CategoryAttribute("ImgearThumbnailList Properties")>
<BrowsableAttribute(True)>
Public Property IncludeAllPages As Boolean
'Usage
 
Dim instance As ImGearThumbnailList
Dim value As Boolean
 
instance.IncludeAllPages = value
 
value = instance.IncludeAllPages
[Description("Gets a collection of ImGearSelectionPage objects.")]
[DefaultValue(true)]
[Category("ImgearThumbnailList Properties")]
[Browsable(true)]
public bool IncludeAllPages {get; set;}
[Description("Gets a collection of ImGearSelectionPage objects.")]
[DefaultValue(true)]
[Category("ImgearThumbnailList Properties")]
[Browsable(true)]
public: __property bool get_IncludeAllPages();
public: __property void set_IncludeAllPages( 
   bool value
);
[Description("Gets a collection of ImGearSelectionPage objects.")]
[DefaultValue(true)]
[Category("ImgearThumbnailList Properties")]
[Browsable(true)]
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

Reference

ImGearThumbnailList Class
ImGearThumbnailList Members