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

Show in webframe

TileHorizontalOffset Property








Gets or sets the horizontal offset from the origin of the reference grid to the left side of the first tile.
Syntax
public int TileHorizontalOffset {get; set;}
'Declaration
 
Public Property TileHorizontalOffset As Integer
'Usage
 
Dim instance As CodecsJpeg2000SaveOptions
Dim value As Integer
 
instance.TileHorizontalOffset = value
 
value = instance.TileHorizontalOffset
public int TileHorizontalOffset {get; set;}
@property (nonatomic, assign) NSUInteger tileHorizontalOffset
public int getTileHorizontalOffset()
public void setTileHorizontalOffset(int value)
            
 <br/>get_TileHorizontalOffset();<br/>set_TileHorizontalOffset(value);<br/>Object.defineProperty('TileHorizontalOffset'); 
public:
property int TileHorizontalOffset {
   int get();
   void set (    int value);
}

Property Value

The horizontal offset from the origin of the reference grid to the left side of the first tile.
Example
For an example, refer to CodecsJpeg2000Options.
Requirements

Target Platforms

See Also

Reference

CodecsJpeg2000SaveOptions Class
CodecsJpeg2000SaveOptions Members
Programming With JPEG 2000 Features

Error processing SSI file