LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)

TileSize Property

Show in webframe





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:
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

See Also

Reference

WebImageViewer Class
WebImageViewer Members
WebImageViewer Client Class

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.