PrintPreviewControl.AutoZoom 属性

定义

获取或设置一个值,该值指示在调整控件的大小或更改显示的页数时是否自动调整 Zoom 属性。

public:
 property bool AutoZoom { bool get(); void set(bool value); };
public bool AutoZoom { get; set; }
member this.AutoZoom : bool with get, set
Public Property AutoZoom As Boolean

属性值

Boolean

如果在更改控件的大小或页数时调整 Zoom 属性,则为 true;否则为 false。 默认值为 true

适用于

另请参阅