Envelope.DefaultOrientation Property

Returns or sets the default orientation for feeding envelopes.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property DefaultOrientation As WdEnvelopeOrientation
    Get
    Set
'Usage
Dim instance As Envelope
Dim value As WdEnvelopeOrientation

value = instance.DefaultOrientation

instance.DefaultOrientation = value
WdEnvelopeOrientation DefaultOrientation { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdEnvelopeOrientation

See Also

Reference

Envelope Interface

Envelope Members

Microsoft.Office.Interop.Word Namespace