LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

UseTileSize Property






Enables and disables using the tile size when saving TIFF images. .NET support WinRT support Silverlight support
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;}
 get_UseTileSize();
set_UseTileSize(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodecsTiffSaveOptions Class
CodecsTiffSaveOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.