ImageGear for .NET
OrientationMode Property
See Also  Send Feedback
ImageGear21.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecPreprocessingSettings Class : OrientationMode Property




Glossary Item Box

Gets or sets orientation behavior.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

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

©2013. Accusoft Corporation. All Rights Reserved.