C#
VB
WinRT C#
C++
Gets or sets the vertical offset from the origin of the reference grid to the top of the image area.
public int ImageAreaVerticalOffset { get; set; }
Public Property ImageAreaVerticalOffset As Integer
public int ImageAreaVerticalOffset {get; set;}
<br/>get_ImageAreaVerticalOffset();<br/>set_ImageAreaVerticalOffset(value);<br/>Object.defineProperty('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.
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