Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

UseTileSize Property








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, getter=usesTileSize) BOOL useTileSize
public boolean getUseTileSize()
public void setUseTileSize(boolean value)
            
 <br/>get_UseTileSize();<br/>set_UseTileSize(value);<br/>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

Error processing SSI file