Version

Settings Property (UltraPrintPreviewControlBase)

Returns an object used to modify settings for the print preview.
Syntax
'Declaration
 
Public ReadOnly Property Settings As PreviewSettings
public PreviewSettings Settings {get;}
Remarks

The Settings property returns an instance of a PreviewSettings class. The settings of this object are used to change common preview settings such as the maximum number of PreviewSettings.Rows and PreviewSettings.Columns that are displayed within the control.

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