ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats Namespace / ImGearFileFormats Class
Members




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
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