Method Write
Namespace TallComponents.PDF.Layout
Class Document
Write PDF document to stream in declarative or Event-Driven mode.
It is the responsibility of the client (caller) to Flush and Close the .
Please check the tutorial 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 Declarative mode if false.