Gets and sets an indicator if the image needs to be rotated horizontally before being displayed.
public bool MirrorHorizontal {get; set;}
public: __property bool get_MirrorHorizontal();
public: __property void set_MirrorHorizontal(
bool value
);
public:
property bool MirrorHorizontal {
bool get();
void set ( bool value);
}
'Declaration
Public Property MirrorHorizontal As Boolean
'Usage
Dim instance As ImageDataInfo
Dim value As Boolean
instance.MirrorHorizontal = value
value = instance.MirrorHorizontal
Property Value
A boolean value which is
true if the image needs to be rotated horizontally. Otherwise,
false is used.