Envelope.DefaultFaceUp Property

Determines if envelopes are fed face up by default.

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

Syntax

'Declaration
Property DefaultFaceUp As Boolean
    Get
    Set
'Usage
Dim instance As Envelope
Dim value As Boolean

value = instance.DefaultFaceUp

instance.DefaultFaceUp = value
bool DefaultFaceUp { get; set; }

Property Value

Type: System.Boolean

Remarks

This property returns True if envelopes are fed face up by default, and False if not.

See Also

Reference

Envelope Interface

Envelope Members

Microsoft.Office.Interop.Word Namespace