메소드 | 설명 | |
---|---|---|
BytesStep ( int bytesStep ) : |
Set minimal file size step to generate images
|
|
BytesStep ( ) : int |
Get minimal file size step
|
|
CreateDerived ( bool createDerived ) : |
Set create_derived flag. If create_derived flag is enabled, the derived images don't need to be regenerated when first accessed by your users
|
|
IsCreateDerived ( ) : bool |
Get value of the create_derived flag
|
|
MaxImages ( int maxImages ) : |
Set maximum number of images to generate
|
|
MaxImages ( ) : int |
Get maximal number of images to generate
|
|
MaxWidth ( int maxWidth ) : |
Set maximal boundary of Width
|
|
MaxWidth ( ) : int |
Get maximal width in pixels
|
|
MinWidth ( int minWidth ) : |
Set minimal boundary of Width
|
|
MinWidth ( ) : int |
Get minimal Width in pixels
|
|
ResponsiveBreakpoint ( ) : Newtonsoft.Json.Linq | ||
Transformation ( |
Set transformation to apply on the original image
|
public BytesStep ( int bytesStep ) : |
||
bytesStep | int | File size step in bytes |
리턴 |
public CreateDerived ( bool createDerived ) : |
||
createDerived | bool | |
리턴 |
public MaxImages ( int maxImages ) : |
||
maxImages | int | |
리턴 |
public MaxWidth ( int maxWidth ) : |
||
maxWidth | int | Maximal width in pixels |
리턴 |
public MinWidth ( int minWidth ) : |
||
minWidth | int | Minimal width in pixels |
리턴 |
public ResponsiveBreakpoint ( ) : Newtonsoft.Json.Linq | ||
리턴 | Newtonsoft.Json.Linq |
public Transformation ( |
||
transformation | ||
리턴 |