Version

ZoomMode Enumeration

Enumeration used to determine the zoom level for the preview pages.
Syntax
'Declaration
 
Public Enum ZoomMode 
   Inherits System.Enum
public enum ZoomMode : System.Enum 
Members
MemberDescription
AutoFlowThe 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.
MarginsWidthThe value of the zoom is calculated based on the widest margin width in a row of the current view.
PageWidthThe 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.
StandardThe value of the PreviewSettings.Zoom property is used to determine the zoom level.
WholePageThe value of the zoom is calculated based on the extent required to show the largest row completely in the visible area.
Remarks

The ZoomMode enumeration is used by the UltraPrintPreviewControl and UltraPrintPreviewThumbnail controls via their PreviewSettings.ZoomMode property.

Requirements

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

See Also