共用方式為


DocumentViewer.DecreaseZoom 方法

定義

將文件內容縮小一個放大步驟。

public:
 void DecreaseZoom();
public void DecreaseZoom();
member this.DecreaseZoom : unit -> unit
Public Sub DecreaseZoom ()

備註

以下是縮放等級的增量。

5% 100% 1200%

10% 125% 1600%

25% 150% 2000%

33% 175% 2400%

50% 200% 3200%

66% 300% 4000%

75% 400% 5000%

800%

最低縮放等級為 5%。 達到最低縮放等級後, DecreaseZoom 就不再有影響。

當達到最小縮放等級時,該 CanDecreaseZoom 屬性會回傳 false

適用於

另請參閱