This document is archived and information here might be outdated. Recommended version. |
Indicates whether to adjust text orientation.
[Visual Basic .NET]
Public Property AdjustTextOrientation As Boolean
[C#]
public bool AdjustTextOrientation {get; set;}
[C++]
HRESULT get_AdjustTextOrientation(
VARIANT_BOOL pAdjustTextOrientation
);
[C++]
HRESULT put_AdjustTextOrientation(
Boolean* pAdjustTextOrientation
);
[C++] Parameters pAdjustTextOrientation [in]
pAdjustTextOrientation is a parameter of type bool pAdjustTextOrientation [out, retval]
pAdjustTextOrientation is a parameter of type bool*