Class ImageInfo
Assembly: DotNetNuke.dll
Syntax
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
Properties
HttpStatusCode
Declaration
public HttpStatusCode? HttpStatusCode { get; }
Property Value
Image
Declaration
public Image Image { get; }
Property Value
ImageByteBuffer
Declaration
public byte[] ImageByteBuffer { get; }
Property Value
IsEmptyImage
Declaration
public bool IsEmptyImage { get; set; }
Property Value
Extension Methods