LEADTOOLS Image File Support (Leadtools.Codecs assembly)

UseTileSize Property

Show in webframe







Enables and disables using the tile size when saving TIFF images.
Syntax
public bool UseTileSize {get; set;}
'Declaration
 
Public Property UseTileSize As Boolean
'Usage
 
Dim instance As CodecsTiffSaveOptions
Dim value As Boolean
 
instance.UseTileSize = value
 
value = instance.UseTileSize
public bool UseTileSize {get; set;}
@property (nonatomic, assign) 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 value);
}

Property Value

true to use TileWidth and TileHeight when saving TIFF images.
Example
For an example, refer to CodecsTiffOptions.
Requirements

Target Platforms

See Also

Reference

CodecsTiffSaveOptions Class
CodecsTiffSaveOptions Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.