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

Show in webframe

TileVerticalOffset Property








Gets or sets the vertical offset from the origin of the reference grid to the top of the first tile.
Syntax
public int TileVerticalOffset {get; set;}
'Declaration
 
Public Property TileVerticalOffset As Integer
'Usage
 
Dim instance As CodecsJpeg2000SaveOptions
Dim value As Integer
 
instance.TileVerticalOffset = value
 
value = instance.TileVerticalOffset
public int TileVerticalOffset {get; set;}
@property (nonatomic, assign) NSUInteger tileVerticalOffset
public int getTileVerticalOffset()
public void setTileVerticalOffset(int value)
            
 <br/>get_TileVerticalOffset();<br/>set_TileVerticalOffset(value);<br/>Object.defineProperty('TileVerticalOffset'); 
public:
property int TileVerticalOffset {
   int get();
   void set (    int value);
}

Property Value

The vertical offset from the origin of the reference grid to the top 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