Modifica

Share via


CustomLabel.PageSize Property

Definition

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

public:
 property Microsoft::Office::Interop::Word::WdCustomLabelPageSize PageSize { Microsoft::Office::Interop::Word::WdCustomLabelPageSize get(); void set(Microsoft::Office::Interop::Word::WdCustomLabelPageSize value); };
public Microsoft.Office.Interop.Word.WdCustomLabelPageSize PageSize { get; set; }
member this.PageSize : Microsoft.Office.Interop.Word.WdCustomLabelPageSize with get, set
Public Property PageSize As WdCustomLabelPageSize

Property Value

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.

Applies to