LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)
LEAD Technologies, Inc

TileSize Property






Gets or sets the tile size (width/height) in pixels used when dividing the image into blocks.
Syntax
public Size TileSize {get; set;}
'Declaration
 
Public Property TileSize As Size
'Usage
 
Dim instance As WebImageViewer
Dim value As Size
 
instance.TileSize = value
 
value = instance.TileSize
public Size TileSize {get; set;}
 get_TileSize();
set_TileSize(value);
public:
property Size TileSize {
   Size get();
   void set (    Size value);
}

Property Value

The size (width\height) in pixels of the tiles that the image is divided.
Remarks
Default tile size is 400x400. With larger images you need to choose a good tile size to avoid heavy server load that may causes a Bottleneck to you application. Minimum tile size is 256x256.
Example
Refer to OpenImageUrl(String)
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WebImageViewer Class
WebImageViewer Members
WebImageViewer Client Class

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.