Skip to main content
A newer version of this page is available. .

PrinterItem(PrintQueue, Boolean, Boolean, Boolean, Boolean) Constructor

Initializes a new instance of the PrinterItem class with specified settings.

Namespace: DevExpress.Printing

Assembly: DevExpress.Data.Desktop.v20.2.dll

NuGet Packages: DevExpress.Data.Desktop, DevExpress.WindowsDesktop.DataDesktop

Declaration

public PrinterItem(
    PrintQueue printQueue,
    bool isFax,
    bool isNetwork,
    bool isDefault,
    bool isOffline
)

Parameters

Name Type
printQueue PrintQueue
isFax Boolean
isNetwork Boolean
isDefault Boolean
isOffline Boolean
See Also