[]
Possible values for how large or small the document appears on the screen in the application.
public enum ZoomType
BestFit = 2
Best fit the page to the current window.
Fullpage = 1
View the full page.
None = 0
Do not adjust the view settings for the page.
TextFit = 3
Best fit the text of the page to the current window.