| Name | Description |
 | Close | Closes the stream associated with this source. (Inherited from ImageFileSource) |
 | ReadBool | Reads boolean value (one byte) from the stream of the image file. (Inherited from ImageFileSource) |
 | ReadByte | Reads byte from the stream of the image file. (Inherited from ImageFileSource) |
 | ReadBytes | Overloaded. Reads bytes from the stream of the image file. (Inherited from ImageFileSource) |
 | 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. (Inherited from ImageFileSource) |
 | 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. (Inherited from ImageFileSource) |
 | 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. (Inherited from ImageFileSource) |
 | 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. (Inherited from ImageFileSource) |
 | 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. (Inherited from ImageFileSource) |
 | ReadSBytes | Reads count signed bytes from the stream of the image file into a byte array and advances the current position by count bytes. (Inherited from ImageFileSource) |
 | 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. (Inherited from ImageFileSource) |
 | 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. (Inherited from ImageFileSource) |
 | 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. (Inherited from ImageFileSource) |
 | 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. (Inherited from ImageFileSource) |
 | 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. (Inherited from ImageFileSource) |
 | SetBufferSize | Sets the size of the buffer, in bytes, of image source. (Inherited from ImageFileSource) |
 | ToDouble | Converts double value from little-endian to big-endian format. |
 | ToInt16 | Converts 16-bit signed value from little-endian to big-endian format. |
 | ToInt32 | Converts 32-bit signed value from little-endian to big-endian format. |
 | ToInt64 | Converts 64-bit signed value from little-endian to big-endian format. |
 | ToSingle | Converts float value from little-endian to big-endian format. |
 | ToUInt16 | Converts 16-bit unsigned value from little-endian to big-endian format. |
 | ToUInt32 | Converts 32-bit unsigned value from little-endian to big-endian format. |
 | ToUInt64 | Converts 64-bit unsigned value from little-endian to big-endian format. |
 | WriteBool | Writes a boolean value to the stream of the image file and advances the stream position by one byte. (Inherited from ImageFileSource) |
 | WriteByte | Writes an unsigned byte to the stream of the image file and advances the stream position by one byte. (Inherited from ImageFileSource) |
 | WriteBytes | Overloaded. Writes a byte array to the stream of the image file. (Inherited from ImageFileSource) |
 | 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. (Inherited from ImageFileSource) |
 | WriteDouble | Writes a 8-byte floating-point value to the stream of the image file and advances the stream position by eight bytes. (Inherited from ImageFileSource) |
 | 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. (Inherited from ImageFileSource) |
 | 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. (Inherited from ImageFileSource) |
 | 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. (Inherited from ImageFileSource) |
 | WriteSingle | Writes a 4-byte floating-point value to the stream of the image file and advances the stream position by four bytes. (Inherited from ImageFileSource) |
 | 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. (Inherited from ImageFileSource) |
 | 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. (Inherited from ImageFileSource) |
 | 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. (Inherited from ImageFileSource) |