WdEnvelopeOrientation Enumeration 

Specifies the orientation of envelopes.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim wdEnvelopeOrientation1 As WdEnvelopeOrientation = WdEnvelopeOrientation.wdCenterClockwise

Syntax

Public Enum WdEnvelopeOrientation
public enum WdEnvelopeOrientation
public enum class WdEnvelopeOrientation
public enum WdEnvelopeOrientation
public enum WdEnvelopeOrientation

Members

Member name Description
wdCenterClockwise Center clockwise orientation.
wdCenterLandscape Center landscape orientation.
wdCenterPortrait Center portrait orientation.
wdLeftClockwise Left clockwise orientation.
wdLeftLandscape Left landscape orientation.
wdLeftPortrait Left portrait orientation.
wdRightClockwise Right clockwise orientation.
wdRightLandscape Right landscape orientation.
wdRightPortrait Right portrait orientation.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace