C#
VB
C++
Flip the image inside this item vertically (upside-down)
public bool Flip { get; set; }
Public Property Flip() As Boolean
Get
Set
public:
property bool Flip
{
bool get()
void set(bool value)
}
true to flip image inside this item vertically (upside-down), otherwise; false.
This is a display value and will not change the image data.
This is a state value. For more information, for more information, refer Image Viewer Transformation.
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