Table of Contents

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

ColorSpace

Format

public ImageFormat Format { get; set; }

Property Value

ImageFormat

Height

public uint Height { get; set; }

Property Value

uint

ImageType

public ImageType ImageType { get; set; }

Property Value

ImageType

PixelsPerInch

public double PixelsPerInch { get; set; }

Property Value

double

Width

public uint Width { get; set; }

Property Value

uint