Table of Contents

Enum CropDimension

Namespace
Dynamicweb.Imaging.ImageHandling
Assembly
Dynamicweb.Core.dll

Dimension which should be cropped.

public enum CropDimension

Fields

Height = 2

Apply cropping on the height of the image.

NoCrop = 0

Apply no cropping on the image.

Width = 1

Apply cropping on the width of the image.

To top