Search Results for

    Show / Hide Table of Contents

    Class Thumbnail

    Defines a thumbnail media

    Inheritance
    System.Object
    Media
    WebMedia
    Thumbnail
    Image
    Implements
    IItem<System.Int32>
    ISizeInformation
    Inherited Members
    WebMedia.Width
    WebMedia.Height
    WebMedia.AspectRatio
    WebMedia.FormatWidth
    WebMedia.FormatHeight
    WebMedia.FormatAspectRatio
    Media.Clone()
    Media.MediaFormatName
    Media.Id
    Media.MediaFormatId
    Media.Url
    Media.ContentDisplayType
    Media.Html
    Media.ContentType
    Media.Name
    Media.DisplayInformation
    Media.IsFileIcon
    Media.RendererId
    Media.RendererData
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: ImageVault.Common.Data
    Assembly: ImageVault.Common.dll
    Syntax
    [MediaFormatType(typeof(ThumbnailFormat))]
    public abstract class Thumbnail : WebMedia, IItem<int>, ISizeInformation

    Constructors

    Thumbnail()

    Initializes a new instance of the Thumbnail class.

    Declaration
    protected Thumbnail()

    Thumbnail(Thumbnail)

    Initializes a new instance of the Thumbnail class.

    Declaration
    protected Thumbnail(Thumbnail thumbnail)
    Parameters
    Type Name Description
    Thumbnail thumbnail

    Implements

    IItem<T>
    ISizeInformation

    Extension Methods

    EnumExtensions.GetNames<TEnum>(TEnum)
    In This Article
    Back to top (c) Meriworks 2002-2022