C#
VB
Java
Objective-C
WinRT C#
C++
Specifies whether the image is to be flipped horizontally or vertically.
public bool Horizontal { get; set; }
Public Property Horizontal As Boolean
public bool Horizontal {get; set;}
@property (nonatomic, assign) BOOL horizontal
public boolean getHorizontal()
public void setHorizontal(boolean value)
<br/>get_Horizontal();<br/>set_Horizontal(value);<br/>Object.defineProperty('Horizontal');
true to flip the image horizontally (left to right), false to flip the image vertically (top to bottom).
For an example, refer to FlipCommand
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