ImageFileSource Class Properties
In This Topic
For a list of all properties of this type, see
ImageFileSource.
Public Properties
| | Name | Description |
 | Filename | Gets the filename of image file associated with this source. |
 | IsDisposed | Gets a value indicating whether this image file source has been disposed of. |
 | IsNewFile | Gets a value indicating whether a new image file is created. |
 | IsReadOnly | Gets a value indicating whether the image source is readonly. |
 | Length | Gets the length of the stream of the image file. |
 | Position | Gets or sets the current position in the stream of the image file. |
 | Stream | Gets the stream which contains image file associated with this source. |
 | SwitchToThisSource | Gets or sets a value indicating whether the saving block must change source to this source. |
Protected Properties
| | Name | Description |
 | BinaryReader | Gets the binary reader associated with this source. |
 | BinaryWriter | Gets the binary writer associated with this source. |
See Also