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



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

Syntax

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

Return Value

The height 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 TileHeight.

Requirements

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

See Also