ImageGear .NET v24.14 - Updated
ImGearFileFormats Class
Members 




ImageGear24.Core Assembly > ImageGear.Formats Namespace : ImGearFileFormats Class
Main class for working with file formats.
Object Model
ImGearFileFormats ClassIImGearFormat InterfaceImGearFileFilters ClassImGearDocument ClassImGearMetadataHead ClassImGearPage ClassImGearPage ClassImGearMetadataHead Class
Syntax
'Declaration
 
Public NotInheritable Class ImGearFileFormats 
'Usage
 
Dim instance As ImGearFileFormats
public sealed class ImGearFileFormats 
public __gc __sealed class ImGearFileFormats 
public ref class ImGearFileFormats sealed 
Remarks
This is the main class for working with file formats. It contains an API for loading, detecting and saving images, getting image information, and provides access to format's settings class. The image is read from and written to a .NET stream. In order for ImageGear to work with the stream, it must be seekable. Consult ImageGear sample code for the examples of how to create a .NET stream from different image sources (i.e., file, memory, URL).
Inheritance Hierarchy

System.Object
   ImageGear.Formats.ImGearFileFormats

See Also

Reference

ImGearFileFormats Members
ImageGear.Formats Namespace