Method Write

Namespace TallComponents.PDF.Layout
Class Document

Write PDF document to stream in declaritive or Event-Driven mode.

It is the responsibility of the client (caller) to Flush and Close the .

Please check the turorial on differences in the Push (normal) and Pull (low resource, event driven) mode generation. There are some features that change behavior when using Pull-mode.

Syntax

public  Void  Write( Stream  stream Boolean  eventDrivenMode )

Returns

Void

Parameters


Stream stream
Write to this stream.

Boolean eventDrivenMode
Write in Event-Driven mode if true, write in Declaritve mode if false.