←Select platform

UseTileSize Property

Summary

Enables and disables using the tile size when saving TIFF images.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool UseTileSize { get; set; } 
Public Property UseTileSize As Boolean 
public bool UseTileSize {get; set;} 
@property (nonatomic, assign, getter=usesTileSize) BOOL useTileSize 
public boolean getUseTileSize() 
public void setUseTileSize(boolean value) 
             
 <br/>get_UseTileSize();<br/>set_UseTileSize(value);<br/>Object.defineProperty('UseTileSize');  
public: 
property bool UseTileSize { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to use TileWidth and TileHeight when saving TIFF images.

Example

For an example, refer to CodecsTiffOptions.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly