←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) 
             
  
get_UseTileSize(); 
set_UseTileSize(value); 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Codecs Assembly
Click or drag to resize