Version

ViewBoxDragMode Enumeration

Enumeration used to indicate where the view box may be dragged within a UltraPrintPreviewThumbnail page.
Syntax
'Declaration
 
Public Enum ViewBoxDragMode 
   Inherits System.Enum
public enum ViewBoxDragMode : System.Enum 
Members
MemberDescription
DefaultThe default drag mode. When the Control key is held down, RestrictWithinPage is used; otherwise Free is used.
FreeThe view box may be dragged anywhere within the page.
NoneThe view box cannot be dragged.
RestrictWithinPageThe view box is kept entirely within the page containing it. It cannot be dragged so that less of the view box is within the page.
Remarks

The ViewBoxDisplayStyle enumeration is used with the UltraPrintPreviewThumbnail.ViewBoxDragMode property to determine if the end-user may drag the view box to change what portion of the page should be in view within the corresponding UltraPrintPreviewThumbnail.PreviewControl of an UltraPrintPreviewThumbnail.

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