Click or drag to resize

FilterWriterWriteInt Method (Int64)

Writes an int to the stream.

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

Parameters

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