Class ImageInfo
- Namespace
- Shift.Common.Integration.ImageMagick
- Assembly
- Shift.Common.dll
public class ImageInfo
- Inheritance
-
ImageInfo
- Inherited Members
- Extension Methods
Constructors
ImageInfo()
public ImageInfo()
Properties
ColorSpace
public ColorSpace ColorSpace { get; set; }
Property Value
Format
public ImageFormat Format { get; set; }
Property Value
Height
public uint Height { get; set; }
Property Value
ImageType
public ImageType ImageType { get; set; }
Property Value
PixelsPerInch
public double PixelsPerInch { get; set; }
Property Value
Width
public uint Width { get; set; }