Back to Devexpress

IPrintingSettings Interface

aspnetcore-js-devexpress-dot-richedit-341b919d.md

latest934 B
Original Source

IPrintingSettings Interface

Declares print settings.

Declaration

ts
export interface IPrintingSettings

Properties

closePrintDialogWithHtmlPreview Property

Sets whether the print preview window should be closed when the print dialog is closed in HTML print mode.

Declaration

ts
closePrintDialogWithHtmlPreview?: boolean

Property Value

TypeDescription
boolean

true to close the HTML preview window when the print dialog is closed; false to close the print dialog without an HTML preview window.

|

mode Property

Specifies the print mode.

Declaration

ts
mode?: PrintMode

Property Value

TypeDescription
PrintMode

The print mode.

|

See Also

Print a Document