C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the value that indicates the horizontal displacement factor, in percent of the image dimensions.
public int HorizontalFactor { get; set; }
Public Property HorizontalFactor As Integer
public int HorizontalFactor {get; set;}
@property (nonatomic, assign) NSUInteger horizontalFactor
public int getHorizontalFactor()
public void setHorizontalFactor(int value)
<br/>get_HorizontalFactor();<br/>set_HorizontalFactor(value);<br/>Object.defineProperty('HorizontalFactor');
Value that indicates the horizontal displacement factor, in percent of the image dimensions. The valid range is from 0 to 100.
Refer to DisplacementCommand example.
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