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)

Usage

Dim wdCustomLabelPageSize1 As WdCustomLabelPageSize = WdCustomLabelPageSize.wdCustomLabelA4

Syntax

Public Enum WdCustomLabelPageSize
public enum WdCustomLabelPageSize
public enum class WdCustomLabelPageSize
public enum WdCustomLabelPageSize
public enum WdCustomLabelPageSize

Members

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

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace