Fuji Super CCD raw images are rotated 45 degrees due to the nature of the physical device used to capture the image. Normally ImagXpress removes the rotation. Set this property to false to leave the image rotated.
Syntax
public bool RemoveRotation {get; set;}
public: __property bool get_RemoveRotation();
public: __property void set_RemoveRotation(
bool value
);
public:
property bool RemoveRotation {
bool get();
void set ( bool value);
}
'Declaration
Public Property RemoveRotation As Boolean
'Usage
Dim instance As LoadOptionsCameraRaw
Dim value As Boolean
instance.RemoveRotation = value
value = instance.RemoveRotation
See Also