ImageGear for .NET
IncludeAllPages Property (ImGearThumbnailList)




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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback