Version

ViewBoxDisplayStyle Enumeration

Enumeration used to indicate where the view box will be displayed in the UltraPrintPreviewThumbnail control pages.
Syntax
'Declaration
 
Public Enum ViewBoxDisplayStyle 
   Inherits System.Enum
public enum ViewBoxDisplayStyle : System.Enum 
Members
MemberDescription
AllVisiblePreviewPagesThe view box is displayed in each thumbnail page that is currently in view in the associated UltraPrintPreviewThumbnail.PreviewControl.
CurrentPreviewPageThe view box is displayed only in the UltraPrintPreviewControlBase.CurrentPage of the associated UltraPrintPreviewThumbnail.PreviewControl.
NoneThe view box is not displayed.
Remarks

The ViewBoxDisplayStyle enumeration is used with the UltraPrintPreviewThumbnail.ViewBoxDisplayStyle property to determine which pages, if any, should display a viewbox. A view box is an area with the preview page of an UltraPrintPreviewThumbnail that indicates what portion of that page is currently in view within its corresponding UltraPrintPreviewThumbnail.PreviewControl.

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