Write this update of the document to any writer.

Namespace: TallComponents.PDF
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public void Write(
	BinaryWriter binaryWriter
)
Visual Basic
Public Sub Write ( _
	binaryWriter As BinaryWriter _
)

Parameters

binaryWriter
Type: System.IO..::..BinaryWriter
Write the document to this writer.

See Also