C#
VB
Java
Objective-C
WinRT C#
C++
Determines whether the image data is mirrored.
public bool IsMirrored { get; }
Public ReadOnly Property IsMirrored As Boolean
public bool IsMirrored {get;}
@property (nonatomic, assign, readonly) BOOL isMirrored
public boolean isMirrored()
get_IsMirrored();
public:
property bool IsMirrored {
bool get();
}
true if the image data is mirrored; false, otherwise.
Mirrored data means the data is shared between this RasterImage and another object. When creating user-memory images for example, the IsMirrored and the IsConventionalMemory properties will both be true.
For an example, refer to IsBasic.
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