VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles Namespace / ImageFileBlock Class
Constructors Properties Methods Events SeeAlso
In This Topic
    ImageFileBlock Class Members
    In This Topic
    The following tables list the members exposed by ImageFileBlock.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ImageFileBlock class.
    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether the image file block is changed.
    Public PropertyGets a value indicating whether the image file block is virtual.
    Public PropertyGets the length of this image file block.
    Public PropertyGets the offset of this image file block.
    Protected Properties
     NameDescription
    Protected PropertyGets the source of this image file block.
    Public Methods
     NameDescription
    Public MethodCompares this instance to a specified object and returns an indication of their relative values.
    Public MethodOverloaded. Saves block to the source, connects block with the source, removes virtual data.
    Protected Methods
     NameDescription
    Protected MethodRaises the Changed event.
    Protected MethodRaises the Changing event.
    Protected MethodRaises the Saved event.
    Protected MethodRaises the Saving event.
    Protected MethodParses the image file block.
    Protected MethodSets the length of this image file block in the source.
    Protected MethodWrites block data to the source.
    Public Events
     NameDescription
    Public EventOccurs when image file block is changed.
    Public EventOccurs when image file block is changing.
    Public EventOccurs when image file block is saved.
    Public EventOccurs when image file block is saving.
    See Also