VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Jpeg Namespace / JpegFile Class
In This Topic
JpegFile Class Methods
In This Topic
For a list of all methods of this type, see JpegFile.
Public Methods
 NameDescription
Public MethodOverloaded. Releases all resources used by this object. (Inherited from ImageFileBase<T>)
Public MethodReturns an approximate quality value, which was used for encoding this JPEG file.
Public MethodReturns the source of Jpeg file.
Public MethodOverloaded. Packs (removes unused space) the image file and saves to the specified stream. (Inherited from ImageFileBase<T>)
Public MethodOverloaded. Saves this JPEG file to specified file.
Public MethodOverloaded. Saves changes of this JPEG file to specified stream.
Protected Methods
 NameDescription
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 image file.
See Also