Accusoft.ImagXpressSdk Namespace > LoadOptions Class : Rotation Property |
'Declaration Public Property Rotation As RotateAngle
'Usage Dim instance As LoadOptions Dim value As RotateAngle instance.Rotation = value value = instance.Rotation
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); }
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.