Click or drag to resize

AtalaFileStreamWrite Method

Writes data to the stream.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public override void Write(
	byte[] buffer,
	int offset,
	int count
)

Parameters

buffer
Type: SystemByte
A byte array containing the data to write.
offset
Type: SystemInt32
The starting position within the buffer to begin writing from.
count
Type: SystemInt32
The number of bytes to write.
See Also