Click or drag to resize

FilterWriterWriteUInt Method (UInt64)

Writes a uint to the stream.

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

Parameters

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