←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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.