Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DocumentWriter

class DocumentWriter extends Userdata<"fz_document_writer"> {
constructor(
buffer: Buffer,
format: string,
options: string,
);
beginPage(mediabox: Rect): Device;
close(): void;
endPage(): void;
 
static readonly _drop: (p: Pointer<"fz_document_writer">) => void;
}

§Extends

§
Userdata<"fz_document_writer">
[src]

§Constructors

§
new DocumentWriter(buffer: Buffer, format: string, options: string)
[src]

§Methods

§
beginPage(mediabox: Rect): Device
[src]
§
close(): void
[src]
§
endPage(): void
[src]

§Static Properties

§
_drop: (p: Pointer<"fz_document_writer">) => void
[src]