dbicCalendar Send comments on this topic.
PrintPreview(PrinterSettings) Method
See Also 
dbicCalendar Assembly > Dbi.WinControl.Calendar Namespace > dbiCalendar Class > PrintPreview Method : PrintPreview(PrinterSettings) Method

printSettings
System.Drawing.Printing.PrinterSettings
Previews the control using the specified System.Drawing.Printing.PrinterSettings.

Syntax

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

Parameters

printSettings
System.Drawing.Printing.PrinterSettings

Requirements

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

See Also