C#
VB
WinRT C#
C++
Gets or sets the horizontal offset from the origin of the reference grid to the left side of the image area.
public int ImageAreaHorizontalOffset { get; set; }
Public Property ImageAreaHorizontalOffset As Integer
public int ImageAreaHorizontalOffset {get; set;}
<br/>get_ImageAreaHorizontalOffset();<br/>set_ImageAreaHorizontalOffset(value);<br/>Object.defineProperty('ImageAreaHorizontalOffset');
public:
property int ImageAreaHorizontalOffset {
int get();
void set ( int value);
}
Value that indicates the horizontal offset from the origin of the reference grid to the left side 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