Version

UltraPrintPreviewControlBase Class

Abstract case class for a control that displays print preview pages.
Syntax
'Declaration
 
Public MustInherit Class UltraPrintPreviewControlBase 
   Inherits Infragistics.Win.UltraControlBase
   Implements Infragistics.Win.AppStyling.ISupportAppStyling, Infragistics.Win.IUltraControl, Infragistics.Win.IUltraControlElement, Infragistics.Win.Touch.ISupportTouchMetrics, Infragistics.Win.UIAutomation.IProvideUIAutomation 
public abstract class UltraPrintPreviewControlBase : Infragistics.Win.UltraControlBase, Infragistics.Win.AppStyling.ISupportAppStyling, Infragistics.Win.IUltraControl, Infragistics.Win.IUltraControlElement, Infragistics.Win.Touch.ISupportTouchMetrics, Infragistics.Win.UIAutomation.IProvideUIAutomation  
Remarks

The UltraPrintPreviewControlBase is an abstract base class for controls that display print preview pages. Currently, there are two controls that derive from this base class - UltraPrintPreviewControl and UltraPrintPreviewThumbnail.

The Settings property returns an object that contains many commonly used properties for adjusting the display of the control and preview 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