Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
TileWidth Property
See Also 
Leadtools.Codecs Namespace > CodecsTiffOptions.CodecsTiffSaveOptions Class : TileWidth Property



Gets or sets the width of the tile to use when saving TIFF files.

Syntax

Visual Basic (Declaration) 
Public Property TileWidth As Integer
Visual Basic (Usage)Copy Code
Dim instance As CodecsTiffOptions.CodecsTiffSaveOptions
Dim value As Integer
 
instance.TileWidth = value
 
value = instance.TileWidth
C# 
public int TileWidth {get; set;}
C++/CLI 
public:
property int TileWidth {
   int get();
   void set (int value);
}

Return Value

The width of the tile to use when saving TIFF files.

Example

For an example, refer to CodecsTiffOptions.

Remarks

UseTileSize must be set to true in order to use the value set in TileWidth.

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also