Write the PDF/A-1b document to any writer.

Namespace: TallComponents.PDF.PDFA
Assembly: TallComponents.PDF.PDFA (in TallComponents.PDF.PDFA.dll) Version: 1.0.1.0

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.

Remarks

Note that this allows you to write the document to a file, HTTP response or memory with full control.

Note that you cannot write more than once on the same document instance. After calling Document.Write() information in this instance can be incorrect.

See Also