ArcObjects Library Reference (Display)  

ICharacterOrientation.CJKCharactersRotation Property

Indicates if CJK charcters are rotated.

[Visual Basic .NET]
Public Property CJKCharactersRotation As Boolean
[C#]
public bool CJKCharactersRotation {get; set;}
[C++]
HRESULT get_CJKCharactersRotation(
  VARIANT_BOOL* Rotation
);
[C++]
HRESULT put_CJKCharactersRotation(
  VARIANT_BOOL Rotation
);
[C++]

Parameters

Rotation [out, retval]   Rotation is a parameter of type VARIANT_BOOL Rotation [in]   Rotation is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ICharacterOrientation Interface