Show / Hide Table of Contents

Class ImageInfo

Inheritance
object
ImageInfo
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.GeneratedImage
Assembly: DotNetNuke.dll
Syntax
public class ImageInfo

Constructors

ImageInfo(byte[])

Declaration
public ImageInfo(byte[] imageBuffer)
Parameters
Type Name Description
byte[] imageBuffer

ImageInfo(Image)

Declaration
public ImageInfo(Image image)
Parameters
Type Name Description
Image image

ImageInfo(HttpStatusCode)

Declaration
public ImageInfo(HttpStatusCode statusCode)
Parameters
Type Name Description
HttpStatusCode statusCode

Properties

HttpStatusCode

Declaration
public HttpStatusCode? HttpStatusCode { get; }
Property Value
Type Description
HttpStatusCode?

Image

Declaration
public Image Image { get; }
Property Value
Type Description
Image

ImageByteBuffer

Declaration
public byte[] ImageByteBuffer { get; }
Property Value
Type Description
byte[]

IsEmptyImage

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

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS