Envelope.RecipientNamefromLeft Property

Returns or sets a Single that represents the position, measured in points, of the recipient's name from the left edge of the envelope. Used for Asian language envelopes.

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

Syntax

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

value = instance.RecipientNamefromLeft

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

Property Value

Type: System.Single

See Also

Reference

Envelope Interface

Envelope Members

Microsoft.Office.Interop.Word Namespace