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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Web Assembly