Table of Contents

Class ImageEditorSettings

Namespace
Dynamicweb.Imaging
Assembly
Dynamicweb.Core.dll

Settings used when saving images in the image editor

public class ImageEditorSettings
Inheritance
ImageEditorSettings
Inherited Members

Properties

ImageBitDepth

Bit depth

public int ImageBitDepth { get; set; }

Property Value

int

ImageColors

Number of colors

public int ImageColors { get; set; }

Property Value

int

ImagePreview

Preview mode

public bool ImagePreview { get; set; }

Property Value

bool

ImageQuality

Quality (0-100)

public int ImageQuality { get; set; }

Property Value

int

ImageType

Type of image

public ImageType ImageType { get; set; }

Property Value

ImageType
To top