VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Dib Namespace / DibFile Class
In This Topic
    DibFile Class Methods
    In This Topic
    For a list of all methods of this type, see DibFile.
    Public Methods
     NameDescription
    Public MethodOverloaded. Packs (removes unused space) the image file and saves to the specified stream. (Inherited from ImageFileBase<T>)
    Public MethodOverloaded. Saves the image file to the specified file. Current source of the image file will not be changed. (Inherited from ImageFileBase<T>)
    Public MethodOverloaded. Saves changes of the image file to specified file.
    Protected Methods
     NameDescription
    Protected MethodOverloaded. Releases all resources used by this object. (Inherited from ImageFileBase<T>)
    Protected MethodReleases unmanaged resources and performs other cleanup operations before the ImageFile<TPage,TPageCollection> is reclaimed by garbage collection. (Inherited from ImageFileBase<T>)
    Protected MethodParses the DIB file.
    See Also