Envelope.DefaultWidth Property
Returns or sets the default envelope width, in points.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property DefaultWidth As Single
Get
Set
'Usage
Dim instance As Envelope
Dim value As Single
value = instance.DefaultWidth
instance.DefaultWidth = value
float DefaultWidth { get; set; }
Property Value
Type: System.Single
Remarks
If you set 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.