ImageGear .NET - Updated
OrientationMode Property




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecPreprocessingSettings Class : OrientationMode Property
Gets or sets orientation behavior.
Syntax
'Declaration
 
Public Property OrientationMode As ImGearRecOrientationMode
'Usage
 
Dim instance As ImGearRecPreprocessingSettings
Dim value As ImGearRecOrientationMode
 
instance.OrientationMode = value
 
value = instance.OrientationMode
public ImGearRecOrientationMode OrientationMode {get; set;}
public: __property ImGearRecOrientationMode get_OrientationMode();
public: __property void set_OrientationMode( 
   ImGearRecOrientationMode value
);
public:
property ImGearRecOrientationMode OrientationMode {
   ImGearRecOrientationMode get();
   void set (    ImGearRecOrientationMode value);
}

Property Value

ImGearRecOrientationMode enumeration value.
Remarks

This property specifies which image orientation mode will be used during the forthcoming ImGearRecProcess.IMGPREPROCESS processes. The image orientation mode can be automatic, switched off or programmable.

Valid values are AUTO, NO, LEFT, RIGHT and DOWN.

If this property is set to one of the FLIPPED ImGearRecOrientationMode values, a warning will be created and the orientation mode will not be changed from its current value. Use the ImGearRecImage.Orient method if a flipped orientation is desired.

See Also

Reference

ImGearRecPreprocessingSettings Class
ImGearRecPreprocessingSettings Members
ImGearRecOrientationMode Enumeration