Version

UltraPrintPreviewThumbnailStates Enumeration

Bit flags that describe the state of the UltraPrintPreviewThumbnail.
Syntax
'Declaration
 
Public Enum UltraPrintPreviewThumbnailStates 
   Inherits System.Enum
public enum UltraPrintPreviewThumbnailStates : System.Enum 
Members
MemberDescription
HasNextPageThere are 1 or mores pages after the UltraPrintPreviewControlBase.CurrentPage that may be scrolled to.
HasPreviousPageThere are 1 or more pages prior to the UltraPrintPreviewControlBase.CurrentPage that may be scrolled to.
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