dbicList Send comments on this topic.
Print(PrinterSettings) Method
See Also 
dbicList Assembly > Dbi.WinControl.List Namespace > dbiList Class > Print Method : Print(PrinterSettings) Method

printSettings
The PrinterSettings to use with the Print method.
Prints the control using the provided PrinterSettings object.

Syntax

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

Parameters

printSettings
The PrinterSettings to use with the Print method.

Requirements

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

See Also