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