| Name | Description |
 | Close | Closes the stream associated with this source. |
 | ReadBool | Reads boolean value (one byte) from the stream of the image file. |
 | ReadByte | Reads byte from the stream of the image file. |
 | ReadBytes | Overloaded. Reads bytes from the stream of the image file. |
 | ReadChars | Overloaded. Reads count characters from the stream of the image file, returns the data in a character array, and advances the current position in accordance with the Encoding used and the specific character being read from the stream. |
 | ReadDouble | Reads a 8-byte floating point value from the stream of the image file using encoding of this ImageFileSource and advances the position of the stream by 8 bytes. |
 | ReadInt16 | Reads a 16-bit signed integer from the stream of the image file using encoding of this ImageFileSource and advances the position of the stream by two bytes. |
 | ReadInt32 | Reads a 32-bit signed integer from the stream of the image file using encoding of this ImageFileSource and advances the position of the stream by 4 bytes. |
 | ReadInt64 | Reads a 64-bit signed integer from the stream of the image file using encoding of this ImageFileSource and advances the position of the stream by 8 bytes. |
 | ReadSBytes | Reads count signed bytes from the stream of the image file into a byte array and advances the current position by count bytes. |
 | ReadSingle | Reads a 4-byte floating point value from the stream of the image file using encoding of this ImageFileSource and advances the position of the stream by 4 bytes. |
 | ReadUInt16 | Reads a 16-bit unsigned integer from the stream of the image file using encoding of this ImageFileSource and advances the position of the stream by two bytes. |
 | ReadUInt32 | Reads a 32-bit unsigned integer from the stream of the image file using encoding of this ImageFileSource and advances the position of the stream by 4 bytes. |
 | ReadUInt32Values | Reads an array of 32-bit unsigned integer values from the stream of the image file using encoding of this ImageFileSource and advances the position of the stream by (count*4) bytes. |
 | ReadUInt64 | Reads a 64-bit unsigned integer from the stream of the image file using encoding of this ImageFileSource and advances the position of the stream by 4 bytes. |
 | SetBufferSize | Sets the size of the buffer, in bytes, of image source. |
 | ToDouble | Converts double value from little-endian format to format of this ImageFileSource. |
 | ToInt16 | Converts 16-bit signed value from little-endian format to format of this ImageFileSource. |
 | ToInt32 | Converts 32-bit signed value from little-endian format to format of this ImageFileSource. |
 | ToInt64 | Converts 64-bit signed value from little-endian format to format of this ImageFileSource. |
 | ToSingle | Converts float value from little-endian format to format of this ImageFileSource. |
 | ToUInt16 | Converts 16-bit unsigned value from little-endian format to format of this ImageFileSource. |
 | ToUInt32 | Converts 32-bit unsigned value from little-endian format to format of this ImageFileSource. |
 | ToUInt64 | Converts 64-bit unsigned value from little-endian format to format of this ImageFileSource. |
 | WriteBool | Writes a boolean value to the stream of the image file and advances the stream position by one byte. |
 | WriteByte | Writes an unsigned byte to the stream of the image file and advances the stream position by one byte. |
 | WriteBytes | Overloaded. Writes a byte array to the stream of the image file. |
 | WriteChars | Writes a section of a character array to the stream of the image file, and advances the current position of the stream in accordance with the Encoding used and perhaps the specific characters being written to the stream. |
 | WriteDouble | Writes a 8-byte floating-point value to the stream of the image file and advances the stream position by eight bytes. |
 | WriteInt16 | Writes a 16-bit signed integer to the stream of the image file using Encoding of this ImageFileSource and advances the stream position by two bytes. |
 | WriteInt32 | Writes a 32-bit unsigned integer to the stream of the image file using Encoding of this ImageFileSource and advances the stream position by four bytes. |
 | WriteInt64 | Writes a 64-bit unsigned integer to the stream of the image file using Encoding of this ImageFileSource and advances the stream position by four bytes. |
 | WriteSingle | Writes a 4-byte floating-point value to the stream of the image file and advances the stream position by four bytes. |
 | WriteUInt16 | Writes a 16-bit unsigned integer to the stream of the image file using Encoding of this ImageFileSource and advances the stream position by two bytes. |
 | WriteUInt32 | Writes a 32-bit unsigned integer to the stream of the image file using Encoding of this ImageFileSource and advances the stream position by four bytes. |
 | WriteUInt64 | Writes a 64-bit unsigned integer to the stream of the image file using Encoding of this ImageFileSource and advances the stream position by four bytes. |