←Select platform

TileSize Property

Summary

Gets or sets the tile size (width/height) in pixels used when dividing the image into blocks.

Syntax

C#
VB
C++
public Size TileSize {get; set;}
Public Property TileSize As Size
public: 
property Size TileSize { 
   Size get(); 
   void set (    Size ); 
} 

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Web Assembly
Click or drag to resize