Envelope.DefaultSize 属性

定义

返回或设置默认信封尺寸。

public:
 property System::String ^ default { System::String ^ get(); void set(System::String ^ value); };
public string this { get; set; }
member this.DefaultSize : string with get, set
Default Public Property DefaultSize As String

属性值

注解

返回的字符串对应于显示在“信封选项”对话框中的“信封大小”框中的字符串的右侧。 如果设置 DefaultHeightDefaultWidth 属性,信封大小将自动更改为“信封选项”对话框中 (工具菜单) 的“自定义大小”,此属性返回“自定义大小”。

适用于