CustomLabel.HorizontalPitch Property
Returns or sets the horizontal distance (in points) between the left edge of one custom mailing label and the left edge of the next mailing label.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property HorizontalPitch As Single
Get
Set
'Usage
Dim instance As CustomLabel
Dim value As Single
value = instance.HorizontalPitch
instance.HorizontalPitch = value
float HorizontalPitch { 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.