ImageGear for .NET
ImGearFileFormats Class
Members  See Also  Send Feedback
ImageGear21.Core Assembly > ImageGear.Formats Namespace : ImGearFileFormats Class




Glossary Item Box

Main class for working with file formats.

Object Model

ImGearFileFormats ClassIImGearFormat InterfaceImGearFileFilters ClassImGearSavingFormats EnumerationImGearDocument ClassImGearMetadataHead ClassImGearPage ClassImGearPage ClassImGearMetadataHead Class

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

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

©2013. Accusoft Corporation. All Rights Reserved.