Version

UltraPrintPreviewControlStates Enumeration

Bit flags that describe the state of the UltraPrintPreviewControl.
Syntax
'Declaration
 
Public Enum UltraPrintPreviewControlStates 
   Inherits System.Enum
public enum UltraPrintPreviewControlStates : System.Enum 
Members
MemberDescription
HasNextPageThere are 1 or mores pages after the UltraPrintPreviewControlBase.CurrentPage that may be scrolled to.
HasNextViewThere is a previous entry in the view history (UltraPrintPreviewControl.HasNextView).
HasPreviousPageThere are 1 or more pages prior to the UltraPrintPreviewControlBase.CurrentPage that may be scrolled to.
HasPreviousViewThere is a previous entry in the view history (UltraPrintPreviewControl.HasPreviousView).
MouseActionDynamicZoomThe current UltraPrintPreviewControl.MouseActionResolved is DynamicZoom
MouseActionHandThe current UltraPrintPreviewControl.MouseActionResolved is Hand
MouseActionNoneThe current UltraPrintPreviewControl.MouseActionResolved is None
MouseActionSnapshotThe current UltraPrintPreviewControl.MouseActionResolved is Snapshot
MouseActionZoomInThe current UltraPrintPreviewControl.MouseActionResolved is ZoomIn
MouseActionZoomOutThe current UltraPrintPreviewControl.MouseActionResolved is ZoomOut
PagesThe preview control has pages.
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