ImageFileBlock Class Members
In This Topic
The following tables list the members exposed by
ImageFileBlock.
Public Constructors
Public Properties
| Name | Description |
 | IsChanged | Gets a value indicating whether the image file block is changed. |
 | IsVirtual | Gets a value indicating whether the image file block is virtual. |
 | Length | Gets the length of this image file block. |
 | Offset | Gets the offset of this image file block. |
Protected Properties
| Name | Description |
 | Source | Gets the source of this image file block. |
Public Methods
| Name | Description |
 | CompareTo | Compares this instance to a specified object and returns an indication of their relative values. |
 | Save | Overloaded. Saves block to the source, connects block with the source, removes virtual data. |
Protected Methods
Public Events
| Name | Description |
 | Changed | Occurs when image file block is changed. |
 | Changing | Occurs when image file block is changing. |
 | Saved | Occurs when image file block is saved. |
 | Saving | Occurs when image file block is saving. |
See Also