Method CreateWriter
CreateWriter(Stream)
Creates the BinaryWriter object that will be responsible for writing the image data to the specified Stream.
protected override BinaryWriter CreateWriter(Stream stream)
Parameters
stream
StreamThe stream on which the image data should be written.
Returns
- BinaryWriter
The BinaryWriter object that will be used to write image data into the stream.