←Select platform

UseTileSize Property

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public bool UseTileSize { get; set; } 
Public Property UseTileSize As Boolean 
@property (nonatomic, assign, getter=usesTileSize) BOOL useTileSize 
public boolean getUseTileSize() 
public void setUseTileSize(boolean value) 
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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly