C#
Objective-C
C++
public int TileVerticalOffset { get; set; }
@property (nonatomic, assign) NSInteger tileVerticalOffset;
public:
property int TileVerticalOffset {
int get();
void set ( int value);
}
Value that indicates vertical offset from the origin of the reference grid to the top of the first tile
For an example, refer to Jpeg2000Options.