←Select platform

ImageAreaHorizontalOffset Property

Summary

Gets or sets the horizontal offset from the origin of the reference grid to the left side of the image area.

Syntax

C#
VB
WinRT C#
C++
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); 
} 

Property Value

Value that indicates the horizontal offset from the origin of the reference grid to the left side of the image area.

Example

For an example, refer to Jpeg2000Options.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly