ICodec Interface
ICodec interface
Represents a codec for decoding images.
public interface ICodec : IDisposable
Properties
Name | Description |
---|---|
Format { get; } | Gets the format of the image WebImageFormat . |
Height { get; } | Gets the height of the image. |
HorizontalResolution { get; } | Gets the horizontal resolution of the image. |
VerticalResolution { get; } | Gets the vertical resolution of the image. |
Width { get; } | Gets the width of the image. |
See Also
- namespace Aspose.Svg.Drawing
- assembly Aspose.SVG