Skip to main content
All docs
V26.1
  • IPrintingSettings Interface

    Declares print settings.

    Declaration

    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

    closePrintDialogWithHtmlPreview?: boolean

    Property Value

    Type Description
    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

    mode?: PrintMode

    Property Value

    Type Description
    PrintMode

    The print mode.

    See Also