CustomLabel.VerticalPitch Property

Returns or sets the vertical distance between the top of one mailing label and the top of the next mailing label.

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

Syntax

'Declaration
Property VerticalPitch As Single
    Get
    Set
'Usage
Dim instance As CustomLabel
Dim value As Single

value = instance.VerticalPitch

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

Property Value

Type: System.Single

Remarks

If this property is changed to a value that isn't valid for the specified mailing label layout, an error occurs.

See Also

Reference

CustomLabel Interface

CustomLabel Members

Microsoft.Office.Interop.Word Namespace