CustomLabel.PageSize Property
Word Developer Reference |
Returns or sets the page size for the specified custom mailing label. Read/write WdCustomLabelPageSize.
Syntax
expression.PageSize
expression Required. A variable that represents a CustomLabel object.
Remarks
Some of the WdCustomLabelPageSize constants may not be available to you, depending on the language support (U.S. English, for example) that you have selected or installed.
Example
This example creates a new custom label named "Home Address" and then sets various properties for the label, including the page size.
Visual Basic for Applications |
---|
|
See Also