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

IPrintingSettings Interface

Declares print settings.

Declaration

export interface IPrintingSettings

Properties

closePrintDialogWithHtmlPreview Property

Declaration

closePrintDialogWithHtmlPreview?: boolean

Property Value

Type
boolean

mode Property

Specifies the print mode.

Declaration

mode?: PrintMode

Property Value

Type Description
PrintMode

The print mode.

See Also