WdCustomLabelPageSize Enumeration

Specifies the page size for a custom mailing label.

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

Syntax

'Declaration
Public Enumeration WdCustomLabelPageSize
'Usage
Dim instance As WdCustomLabelPageSize
public enum WdCustomLabelPageSize

Members

Member name Description
wdCustomLabelLetter Standard letter portrait label dimensions.
wdCustomLabelLetterLS Standard letter landscape label dimensions.
wdCustomLabelA4 A4 portrait label dimensions.
wdCustomLabelA4LS A4 landscape label dimensions.
wdCustomLabelA5 A5 portrait label dimensions.
wdCustomLabelA5LS A5 landscape label dimensions.
wdCustomLabelB5 B5 label dimensions.
wdCustomLabelMini Mini label dimensions.
wdCustomLabelFanfold Fanfold label dimensions.
wdCustomLabelVertHalfSheet Half-sheet portrait label dimensions.
wdCustomLabelVertHalfSheetLS Half-sheet landscape label dimensions.
wdCustomLabelHigaki Higaki portrait label dimensions.
wdCustomLabelHigakiLS Higaki landscape label dimensions.
wdCustomLabelB4JIS B4 JIS label dimensions.

See Also

Reference

Microsoft.Office.Interop.Word Namespace