Gets or sets the horizontal offset from the origin of the reference grid to the left side of the first tile.
public int TileHorizontalOffset { get; set; }
Public Property TileHorizontalOffset As Integer
public int TileHorizontalOffset {get; set;}
<br/>get_TileHorizontalOffset();<br/>set_TileHorizontalOffset(value);<br/>Object.defineProperty('TileHorizontalOffset');
public:
property int TileHorizontalOffset {
int get();
void set ( int value);
}
Value that indicates horizontal offset from the origin of the reference grid to the left side of the first tile.
For an example, refer to Jpeg2000Options.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET