Table of Contents

Class ImageAttributes

Namespace
Dynamicweb.Imaging
Assembly
Dynamicweb.Core.dll

Represents image attributes

public class ImageAttributes
Inheritance
ImageAttributes
Inherited Members

Properties

ColorDepth

Gets or sets the color depth.

public int ColorDepth { get; set; }

Property Value

int

The color depth.

ColorType

Gets or sets the color type

public string? ColorType { get; set; }

Property Value

string

Color type

HorizontalResolution

Gets or sets the horizontal resolution.

public double HorizontalResolution { get; set; }

Property Value

double

The horizontal resolution.

Size

Gets or sets the image size.

public Size Size { get; set; }

Property Value

Size

The size.

VerticalResolution

Gets or sets the vertical resolution.

public double VerticalResolution { get; set; }

Property Value

double

The vertical resolution.

To top