ImageGear21.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecPreprocessingSettings Class : OrientationMode Property |
'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); }
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.