Remarks
The property's default value is Control
Gets or sets the zoom behavior of the Document
public ZoomLevel ZoomTo { get; set; }
Public Property ZoomTo() As ZoomLevel
Member | Description |
---|---|
Control |
The current page is zoomed to a size, which makes the horizontal scroll bar unnecessary. |
Fixed |
The document is zoomed to the value specified by the Document |
Whole |
The current page is zoomed to a size that allows to view it as a whole. |
The property's default value is Control