Version

UltraPrintPreviewThumbnailAction Enumeration

Enumerates the possible actions that can be performed on the UltraExplorerBar
Syntax
'Declaration
 
Public Enum UltraPrintPreviewThumbnailAction 
   Inherits System.Enum
public enum UltraPrintPreviewThumbnailAction : System.Enum 
Members
MemberDescription
ScrollDownScrolls down as the control would when clicking on the down scroll arrow
ScrollLeftScrolls left as the control would when clicking on the left scroll arrow
ScrollPageDownScrolls down as the control would when clicking in the bottom scroll track.
ScrollPageLeftScrolls left as the control would when clicking in the left scroll track.
ScrollPageRightScrolls right as the control would when clicking in the right scroll track.
ScrollPageUpScrolls up as the control would when clicking in the top scroll track.
ScrollRightScrolls right as the control would when clicking on the right scroll arrow
ScrollToBottomScrolls to the bottom of the preview pages
ScrollToFirstPageScrolls the control so that the first page is in view.
ScrollToLastPageScrolls the control so that the last page is in view.
ScrollToLeftScrolls to the left edge of the preview pages
ScrollToNextPageScrolls the control so that the either next page in the preview row that is not fully in view is brought into view or the first page in the next preview row is brought into view.
ScrollToPreviousPageScrolls the control so that the previous page that is not fully in view is brought into view.
ScrollToRightScrolls to the right edge of the preview pages
ScrollToTopScrolls to the top of the preview pages
ScrollUpScrolls up as the control would when clicking on the up scroll arrow
ZoomInChanges the zoom to a higher value.
ZoomOutChanges the zoom to a lower value.
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