Class ThumbnailDefinition
Represents the definition of the thumbnail.
Inheritance
ThumbnailDefinition
Assembly: DataWeb.Core.dll
public class ThumbnailDefinition
Properties
Declaration
public int? CutHeight { get; set; }
Property Value
Declaration
public int? CutWidth { get; set; }
Property Value
Declaration
public int? CutX { get; set; }
Property Value
Declaration
public int? CutY { get; set; }
Property Value
Declaration
public string Extension { get; set; }
Property Value
Declaration
public bool IsMetaDataRemoval { get; set; }
Property Value
Declaration
public bool IsOriginalFormat { get; set; }
Property Value
Declaration
public bool IsVectorFormat { get; set; }
Property Value
Declaration
public QualityMode QualityMode { get; set; }
Property Value
Declaration
public string Type { get; set; }
Property Value