Accusoft.ImagXpress13.Net
Rotation Property




Gets and sets the angle of rotation to apply to the image being loaded into the ImageX object.
Syntax
public RotateAngle Rotation {get; set;}
public: __property RotateAngle get_Rotation();
public: __property void set_Rotation( 
   RotateAngle value
);
public:
property RotateAngle Rotation {
   RotateAngle get();
   void set (    RotateAngle value);
}
'Declaration
 
Public Property Rotation As RotateAngle
 
'Usage
 
Dim instance As LoadOptions
Dim value As RotateAngle
 
instance.Rotation = value
 
value = instance.Rotation

Property Value

The RotateAngle enumeration value set.
Remarks

If the rotation is set to 0 or null, then the image will not be rotated when loaded.

Note: CameraRaw images do not support rotation during loading.

See Also

Reference

LoadOptions Class
LoadOptions Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback