Envelope.RecipientPostalfromLeft Property

Returns or sets a Single that represents the position, measured in points, of the recipient's postal code from the left edge of the envelope.

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

Syntax

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

value = instance.RecipientPostalfromLeft

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

Property Value

Type: System.Single

Remarks

This property is used for Asian language envelopes.

See Also

Reference

Envelope Interface

Envelope Members

Microsoft.Office.Interop.Word Namespace