Accusoft.ImagXpress13.Net
RemoveRotation Property




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
'Declaration
 
Public Property RemoveRotation As Boolean
'Usage
 
Dim instance As LoadOptionsCameraRaw
Dim value As Boolean
 
instance.RemoveRotation = value
 
value = instance.RemoveRotation
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);
}
Remarks
The default value is true.
See Also

Reference

LoadOptionsCameraRaw Class
LoadOptionsCameraRaw Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback