Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Hierarchy

  • ClientPrintJobGroup

Index

Properties

Accessors

Methods

Properties

_jobs

_jobs: ClientPrintJob[] = []

Accessors

jobs

jobs:

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

Methods

sendToClient

  • sendToClient(): any
  • It sends this ClientPrintJobGroup to the JSPrintManager Client App.

    Returns any