Show / Hide Table of Contents

Class ImageDetails

Represents details about an image File.

Inheritance
System.Object
ImageDetails
Inherited Members
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:Contentful.Core.Models
Assembly:cs.temp.dll.dll
Syntax
public class ImageDetails

Properties

Height

The original height of the image.

Declaration
public int Height { get; set; }
Property Value
Type Description
System.Int32

Width

The original width of the image.

Declaration
public int Width { get; set; }
Property Value
Type Description
System.Int32
Back to top Copyright © 2015-2016 Contentful
Generated by DocFX