Click or drag to resize

FilterWriter.WriteInt 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: System.Int64
The number to write to the stream.
See Also