Click or drag to resize

FilterWriterWriteUInt Method (UInt32)

Writes a uint to the stream.

Namespace:  pdftron.Filters
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void WriteUInt(
	uint data
)

Parameters

data
Type: SystemUInt32
The number to write to the stream.
See Also