GemBox.Imaging Namespace
Contains classes, structures, enumerations, and interfaces that constitute GemBox.Imaging object model.
Classes
ComponentInfo | Contains static licensing methods and diagnostic information about executing GemBox.Imaging assembly. |
FilterBuilder | Represents a builder for configuring an image or image frame filter. |
FreeLimitEventArgs | Provides data for the FreeLimitReached event. |
FreeLimitReachedException | Exception that occurs when the free limit is reached. |
Image | Represents an image that consists of the pixels data and its attributes. |
ImageFrame | Represents an image frame. |
ImageFrameCollection | Represents either a single, constant set of pixels at a specific size and resolution (raster image) or a set of drawing commands (vector image). |
ImageFrameMetadata | Represents an image frame metadata. |
ImageMetadata | Represents an image metadata. |
JpegSaveOptions | Represents a class which stores saving options for JPEG file format. |
LicenseException | Exception that occurs when licensing information is not correctly specified. |
PngSaveOptions | Represents a class which stores saving options for PNG file format. |
SaveOptions | Represents a base class for saving options of various image file formats. |
TiffSaveOptions | Represents a class which stores saving options for TIF file format. |
Structs
Color | Represents a color. |
Enums
FreeLimitReachedAction | Type of action that can be chosen when the free limit is reached. |
ImageFileFormat | Specifies image file formats. |
RotateFlipType | Specifies image rotation angle and flip axis combinations. |
TiffCompression | Specifies the possible compression schemes for Tagged Image File Format (TIFF) bitmap images. |