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
)
Public Sub WriteUInt (
data As UInteger
)
public:
virtual void WriteUInt(
[InAttribute] unsigned int data
) sealed
function WriteUInt(data);
Parameters
- data
- Type: SystemUInt32
The number to write to the stream.
See Also