'Declaration Public Enum ZoomMode Inherits System.Enum
public enum ZoomMode : System.Enum
Member | Description |
---|---|
AutoFlow | The value of the PreviewSettings.Zoom property is used to determine the zoom level but the number of columns in each row is based on the zoom up to a maximum specified by the PreviewSettings.Columns. |
MarginsWidth | The value of the zoom is calculated based on the widest margin width in a row of the current view. |
PageWidth | The value of the zoom is calculated based on the widest row of the current view. E.g. if the PreviewSettings.Columns property is set to 1, the zoom will be calculated based on the widest page in the current view but if Columns is set to 2, the zoom will be calculated based on the widest set of pages in the current view. |
Standard | The value of the PreviewSettings.Zoom property is used to determine the zoom level. |
WholePage | The value of the zoom is calculated based on the extent required to show the largest row completely in the visible area. |
The ZoomMode enumeration is used by the UltraPrintPreviewControl and UltraPrintPreviewThumbnail controls via their PreviewSettings.ZoomMode property.
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2