ImageWriterPdf Constructor

constructor(file: File)

Parameters

  • file — the file to write to. It is created if it does not exist and overwritten if it does.
Top