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