PageIteratorOrientation Property |
http://www.emgu.com
Returns orientation for the block the iterator points to.
Namespace:
Emgu.CV.OCR
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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