Options
All
  • Public
  • Public/Protected
  • All
Menu

Specifies information about a group of ClientPrintJob objects to be processed at the client side.

Hierarchy

Index

Constructors

Properties

Accessors

Methods

Constructors

Properties

_jobs: ClientPrintJob[] = []
_type: string = ''

Accessors

  • Gets an array of ClientPrintJob objects to be printed at the client side. Default is an empty list.

    Returns ClientPrintJob[]

Methods

  • _generateDataAsync(): Promise<Blob>
  • Returns Promise<Blob>

  • sendToClient(): Promise<unknown>