dbicDayView Send comments on this topic.
PrintPreview(PrinterSettings) Method
See Also 
dbicDayView Assembly > Dbi.WinControl.DayView Namespace > dbiDayView Class > PrintPreview Method : PrintPreview(PrinterSettings) Method

printSettings
PrinterSettings
Previews the control to the specified PrinterSettings.

Syntax

Visual Basic (Declaration) 
Overloads Public Sub PrintPreview( _
   ByVal printSettings As PrinterSettings _
) 
C# 
public void PrintPreview( 
   PrinterSettings printSettings
)

Parameters

printSettings
PrinterSettings

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also