Package | Description |
---|---|
com.groupdocs.editor.htmlcss.resources.images |
The com.groupdocs.editor.htmlcss.resources.images namespace provides classes that represent image resources of all types in general.
|
com.groupdocs.editor.htmlcss.resources.images.raster |
The com.groupdocs.editor.htmlcss.resources.images.raster namespace provides classes that represent only raster image resources.
|
com.groupdocs.editor.htmlcss.resources.images.vector |
The com.groupdocs.editor.htmlcss.resources.images.vector namespace provides classes that represent only vector image resources.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IImageResource
Represents image resource of any type, raster or vector
|
Modifier and Type | Class and Description |
---|---|
class |
BmpImage
Represents one image in BMP (BitMap Picture) format with its metadata and
additional methods
|
class |
GifImage
Represents one image in GIF (Graphics Interchange Format) format with its
metadata and additional methods
|
class |
IconImage
Represents one image in ICON format with its metadata and additional methods
|
class |
JpegImage
Represents one image in JPEG (Joint Photographic Experts Group) format with
its metadata and additional methods
|
class |
PngImage
Represents one image in PNG (Portable Network Graphics) format with its
metadata and additional methods
|
class |
RasterImageResourceBase
Base class for any supported raster image with fixed name, dimensions, aspect
ratio, type, size, and content.
|
Modifier and Type | Class and Description |
---|---|
class |
SvgImage
Represents one vector image in SVG (Scalable Vector Graphics) format with its
metadata and additional methods
|
class |
VectorImageResourceBase
Base class for any supported vector image
|
class |
WmfImage
Represents one vector image in WMF (Windows MetaFile) format with its
metadata and additional methods
|
Copyright © 2020. All rights reserved.