Envelope.DefaultHeight Property

Returns or sets the default envelope height, in points.

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

Syntax

'Declaration
Property DefaultHeight As Single
    Get
    Set
'Usage
Dim instance As Envelope
Dim value As Single

value = instance.DefaultHeight

instance.DefaultHeight = value
float DefaultHeight { get; set; }

Property Value

Type: System.Single

Remarks

If you set either the DefaultHeight or DefaultWidth property, the envelope size is automatically changed to Custom Size in the Envelope Options dialog box (Tools menu). Use the DefaultSize property to set the default size to a predefined size.

See Also

Reference

Envelope Interface

Envelope Members

Microsoft.Office.Interop.Word Namespace