'Declaration Public Enum ViewBoxDragMode Inherits System.Enum
public enum ViewBoxDragMode : System.Enum
Member | Description |
---|---|
Default | The default drag mode. When the Control key is held down, RestrictWithinPage is used; otherwise Free is used. |
Free | The view box may be dragged anywhere within the page. |
None | The view box cannot be dragged. |
RestrictWithinPage | The 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. |
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.
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