PageIteratorOrientation Property |
http://www.emgu.com
Returns orientation for the block the iterator points to.
Namespace:
Emgu.CV.OCR
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic Orientation Orientation { get; }
Public ReadOnly Property Orientation As Orientation
Get
public:
property Orientation Orientation {
Orientation get ();
}
member Orientation : Orientation with get
Property Value
Type:
Orientation
See Also