Options
All
  • Public
  • Public/Protected
  • All
Menu

It represents a group of files treated as a single file, that will be printed at the client side.

Hierarchy

Index

Constructors

  • Creates an instance of the PrintFileGroup class with the specified info.

    Parameters

    • fileContent: PrintFile[]

      A file group array

    • Optional fileName: string

      The file name that will be created at the client side.

    • Optional copies: number

      The number of printing copies.

    Returns PrintFileGroup

Properties

fileContent: any

Gets or sets the array of files of the group.

fileContentType: FileSourceType

Gets or sets the source type of the file.

fileName: string = ""

Gets or sets the file name that will be created at the client side. It must include the file extension like .pdf, .txt, .doc, .xls, etc.

manualDuplex: boolean = false
manualDuplexMessage: string = ""
printInReverseOrder: boolean = false

Gets or sets whether pages are printed in reverse order.

printRange: string = ''

Gets or sets the print range.

Accessors

  • get copies(): number
  • set copies(value: number): void
  • Gets or sets the number of printing copies for this file. Default is 1.

    Returns number

  • Gets or sets the number of printing copies for this file. Default is 1.

    Parameters

    • value: number

    Returns void

Methods

  • getContent(): Promise<Blob>
  • getProperties(): IPrintFileGroupProperties