dbicList Send comments on this topic.
dbiPageSettings Class
See Also  Members  
dbicList Assembly > Dbi.WinControl.List Namespace : dbiPageSettings Class

Represents page settings to be used while printing the control.

Object Model

dbiPageSettings Class

Syntax

Visual Basic (Declaration) 
Public Class dbiPageSettings 
C# 
public class dbiPageSettings 

Remarks

These settings will be passed to the default Printer Dialog which is displayed whenever a Print or PrintPreview method is used. These settings can be modified by the end-user in the resulting dialog.

Inheritance Hierarchy

System.Object
   Dbi.WinControl.List.dbiPageSettings

Requirements

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

See Also