Click or drag to resize

FilterWriterWriteInt Method (Int32)

Writes an int to the stream.

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

Parameters

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