Share via


CustomLabel.PageSize Property

Returns or sets the page size for the specified custom mailing label.

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

Syntax

'Declaration
Property PageSize As WdCustomLabelPageSize
    Get
    Set
'Usage
Dim instance As CustomLabel
Dim value As WdCustomLabelPageSize

value = instance.PageSize

instance.PageSize = value
WdCustomLabelPageSize PageSize { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdCustomLabelPageSize

Remarks

The PageSize property can be one of the WdCustomLabelPageSize constants. Some of these constants may not be available to you, depending on the language support (U.S. English, for example) that you’ve selected or installed.

See Also

Reference

CustomLabel Interface

CustomLabel Members

Microsoft.Office.Interop.Word Namespace