Property | Type | Description | |
---|---|---|---|
IHttpHandler | void | ||
SetDimension | void |
Method | Description | |
---|---|---|
CreateByBinary ( IFolder parent, |
||
CreateResizedImageFile ( Stream originalStream, string ext, double x, double y, double q, string contentType ) : Stream | ||
GetDynamicThumbnailStream ( int width, int height, string contentType ) : Stream | ||
Image ( Node parent ) : System | ||
Image ( Node parent, string nodeTypeName ) : System | ||
getImageFormat ( string contentType ) : System.Drawing.Imaging.ImageFormat |
Method | Description | |
---|---|---|
Image ( NodeToken nt ) : System | ||
OnCreated ( object sender, SenseNet e ) : void | ||
OnCreating ( object sender, Storage e ) : void | ||
OnModifying ( object sender, Storage e ) : void |
Method | Description | |
---|---|---|
IHttpHandler ( HttpContext context ) : void | ||
SetDimension ( Image imgNode ) : void |
public static CreateByBinary ( IFolder parent, |
||
parent | IFolder | |
binaryData | ||
return | Image |
public static CreateResizedImageFile ( Stream originalStream, string ext, double x, double y, double q, string contentType ) : Stream | ||
originalStream | Stream | |
ext | string | |
x | double | |
y | double | |
q | double | |
contentType | string | |
return | Stream |
public GetDynamicThumbnailStream ( int width, int height, string contentType ) : Stream | ||
width | int | |
height | int | |
contentType | string | |
return | Stream |
public Image ( Node parent, string nodeTypeName ) : System | ||
parent | Node | |
nodeTypeName | string | |
return | System |
protected OnCreated ( object sender, SenseNet e ) : void | ||
sender | object | |
e | SenseNet | |
return | void |
protected OnCreating ( object sender, Storage e ) : void | ||
sender | object | |
e | Storage | |
return | void |
protected OnModifying ( object sender, Storage e ) : void | ||
sender | object | |
e | Storage | |
return | void |
public static getImageFormat ( string contentType ) : System.Drawing.Imaging.ImageFormat | ||
contentType | string | |
return | System.Drawing.Imaging.ImageFormat |