C#
VB
C++
Specifies whether the image is to be flipped horizontally or vertically.
[DataMemberAttribute(Name="Horizontal", IsRequired=true)]
public bool Horizontal { get; set; }
<DataMemberAttribute(Name="Horizontal", IsRequired=True)>
Public Property Horizontal As Boolean
[DataMemberAttribute(Name="Horizontal", IsRequired=true)]
public:
property bool Horizontal {
bool get();
void set ( bool );
}
true to flip the image horizontally (left to right), false to flip the image vertically (top to bottom).
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