Visual Basic (Declaration) | |
---|---|
<ToolboxBitmapAttribute()> <ToolboxDataAttribute("<{0}:WebThumbnailViewer runat=server Width=220px Height=320px BorderWidth=1px BorderStyle=Solid ></{0}:WebThumbnailViewer>")> <DefaultPropertyAttribute("ViewerID")> Public Class WebThumbnailViewer Inherits System.Web.UI.WebControls.WebControl Implements IComponent, INotifyPropertyChanged, IDisposable, IAttributeAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IDataBindingsAccessor, IExpressionsAccessor, INamingContainer, IParserAccessor, IPostBackDataHandler, IUrlResolutionService |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As WebThumbnailViewer |
C# | |
---|---|
[ToolboxBitmapAttribute()] [ToolboxDataAttribute("<{0}:WebThumbnailViewer runat=server Width=220px Height=320px BorderWidth=1px BorderStyle=Solid ></{0}:WebThumbnailViewer>")] [DefaultPropertyAttribute("ViewerID")] public class WebThumbnailViewer : System.Web.UI.WebControls.WebControl, IComponent, INotifyPropertyChanged, IDisposable, IAttributeAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IDataBindingsAccessor, IExpressionsAccessor, INamingContainer, IParserAccessor, IPostBackDataHandler, IUrlResolutionService |
C++/CLI | |
---|---|
[ToolboxBitmapAttribute()] [ToolboxDataAttribute("<{0}:WebThumbnailViewer runat=server Width=220px Height=320px BorderWidth=1px BorderStyle=Solid ></{0}:WebThumbnailViewer>")] [DefaultPropertyAttribute("ViewerID")] public ref class WebThumbnailViewer : public System.Web.UI.WebControls.WebControl, IComponent, INotifyPropertyChanged, IDisposable, IAttributeAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IDataBindingsAccessor, IExpressionsAccessor, INamingContainer, IParserAccessor, IPostBackDataHandler, IUrlResolutionService |
The WebThumbnailViewer can display the pages of a multi-page image in an auto-scrollable view.
To use this control properly, LEADTOOLS binaries must be installed on the server machine.
Only the viewed thumbnails images are loaded (load OnDemand).
This Control works only with ASP.NET 2.0.
Be sure that the DLLs in the LEADTOOLS I/O Library are available to your application. There are two ways of doing this:
- Install the DLLs in the application's directory
OR
- Install them in the Global Assembly Cache (GAC). For more information on this method, refer to The Microsoft Gacutil Tool.
System.Object
System.Web.UI.Control
System.Web.UI.WebControls.WebControl
Leadtools.Web.Controls.WebThumbnailViewer
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7