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 the specified settings.

Namespace: DevExpress.Printing

Assembly: DevExpress.Data.v18.2.dll

Declaration

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

Parameters

Name Type Description
printQueue PrintQueue

A PrintQueue object that manages printer jobs.

isFax Boolean

true, if an item is a fax; otherwise, false.

isNetwork Boolean

true, if an item is a network printer; otherwise, false.

isDefault Boolean

true, if a printer is the default printer on a computer; otherwise, false.

isOffline Boolean

true, if a printer is offline; otherwise, false.

See Also