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