DataWeb
Search Results for

    Show / Hide Table of Contents

    Class ThumbnailDefinition

    Represents the definition of the thumbnail.

    Inheritance
    object
    ThumbnailDefinition
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DataWeb.Media
    Assembly: DataWeb.Core.dll
    Syntax
    public class ThumbnailDefinition

    Properties

    CutHeight

    Declaration
    public int? CutHeight { get; set; }
    Property Value
    Type Description
    int?

    CutWidth

    Declaration
    public int? CutWidth { get; set; }
    Property Value
    Type Description
    int?

    CutX

    Declaration
    public int? CutX { get; set; }
    Property Value
    Type Description
    int?

    CutY

    Declaration
    public int? CutY { get; set; }
    Property Value
    Type Description
    int?

    Extension

    Declaration
    public string Extension { get; set; }
    Property Value
    Type Description
    string

    IsMetaDataRemoval

    Declaration
    public bool IsMetaDataRemoval { get; set; }
    Property Value
    Type Description
    bool

    IsOriginalFormat

    Declaration
    public bool IsOriginalFormat { get; set; }
    Property Value
    Type Description
    bool

    IsVectorFormat

    Declaration
    public bool IsVectorFormat { get; set; }
    Property Value
    Type Description
    bool

    QualityMode

    Declaration
    public QualityMode QualityMode { get; set; }
    Property Value
    Type Description
    QualityMode

    Type

    Declaration
    public string Type { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX