_LetterContent.LetterheadSize Property

Returns or sets the amount of space (in points) to be reserved for a preprinted letterhead in a letter created by the Letter Wizard.

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

Syntax

'Declaration
Property LetterheadSize As Single
    Get
    Set
'Usage
Dim instance As _LetterContent
Dim value As Single

value = instance.LetterheadSize

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

Property Value

Type: System.Single

See Also

Reference

_LetterContent Interface

_LetterContent Members

Microsoft.Office.Interop.Word Namespace