Accusoft NotateXpress 12
ElementSetTextOrientation Method
See Also  Send comments on this topic.
elementHandle
The handle of an element returned by the ElementCreate method.
Orientation

A long value which represents the text orientation for the given element.

Options are:

  • 0 - normal horizontal left-to-right
  • 900 - vertical, starting from bottom to top
  • 1800 - inverted horizontal
  • 2700 - vertical, starting from top to bottom
AccusoftNotateXpress12 ActiveX DLL > NotateXpress Object : ElementSetTextOrientation Method

Glossary Item Box

Description

Sets the text orientation of an existing element.

Syntax

Visual Basic
Public Sub ElementSetTextOrientation( _
   ByVal elementHandle As Long, _
   ByVal Orientation As Long _
) 

Parameters

elementHandle
The handle of an element returned by the ElementCreate method.
Orientation

A long value which represents the text orientation for the given element.

Options are:

  • 0 - normal horizontal left-to-right
  • 900 - vertical, starting from bottom to top
  • 1800 - inverted horizontal
  • 2700 - vertical, starting from top to bottom

Remarks

The text orientation of a stamp or text annotation element determines the text display orientation.

See Also

©2013. Accusoft Corporation. All Rights Reserved.