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

printSettings
PrinterSettings
Prints the control to the specified PrinterSettings.

Syntax

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

Parameters

printSettings
PrinterSettings

Requirements

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

See Also