TextGRAB SDK Documentation | ITextFont::Orientation

Orientation.

[C/C++]
HRESULT get_Orientation( LONG* pVal );
[Visual Basic]
Public ReadOnly Property Orientation As Long
[C#]
public ref int ITextFont.Orientation { get; }

Parameters

pVal
[out,retval] Specifies the angle, in tenths of degrees, between each character’s base line and the x-axis of the device.

See Also

ITextFont interface