Write this FormData to the given binary writer.

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

Syntax

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

Parameters

binaryWriter
Type: System.IO..::..BinaryWriter
The binary writer to write to.

See Also