CKFinder 3 – ASP.NET Connector Documentation
IImageSettings Interface Reference

An image settings. More...

Properties

Size? MaxSize [get, set]
 Gets or sets maximum image dimensions. More...
 
ImageQuality Quality [get, set]
 Gets or sets the image quality. More...
 
ICollection< SizeDefinitionSizes [get]
 Gets collection of known size definitions. More...
 
bool CheckSizeAfterScaling [get, set]
 Whether a file size will be checked after image resize during Upload command execution. More...
 
Threshold Threshold [get]
 The maximum difference in width and height between cached and requested resized image. More...
 

Detailed Description

An image settings.

Property Documentation

◆ CheckSizeAfterScaling

bool CheckSizeAfterScaling
getset

Whether a file size will be checked after image resize during Upload command execution.

◆ MaxSize

Size? MaxSize
getset

Gets or sets maximum image dimensions.

May be null for no limit.

◆ Quality

ImageQuality Quality
getset

Gets or sets the image quality.

◆ Sizes

ICollection<SizeDefinition> Sizes
get

Gets collection of known size definitions.

◆ Threshold

Threshold Threshold
get

The maximum difference in width and height between cached and requested resized image.


The documentation for this interface was generated from the following file: