ICodec class

ICodec class

Represents a codec for decoding images.

The ICodec type exposes the following members:

Properties

PropertyDescription
formatGets the format of the image WebImageFormat.
widthGets the width of the image.
heightGets the height of the image.
horizontal_resolutionGets the horizontal resolution of the image.
vertical_resolutionGets the vertical resolution of the image.

See Also