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