Свойство | Тип | Описание | |
---|---|---|---|
m_htmlHeight | string | ||
m_htmlWidth | string | ||
m_nestedTransforms | List |
||
m_transformParams | object>.Dictionary |
Метод | Описание | |
---|---|---|
Add ( string key, object value ) : |
||
Angle ( ) : |
||
Angle ( int value ) : |
||
AspectRatio ( double value ) : |
Add the aspect_ratio parameter to resize or crop the image to a new aspect ratio. Decimal format (e.g., 1.33 or 2.5)
|
|
AspectRatio ( int nom, int denom ) : |
Add the aspect_ratio parameter to resize or crop the image to a new aspect ratio. Format - nom:denom (e.g., 4:3 or 16:9).
|
|
AspectRatio ( string value ) : |
||
Background ( string value ) : |
||
Border ( int width, string color ) : |
Add a solid border around the image.
|
|
Border ( string value ) : |
Add a solid border around the image. The value has a CSS-like format: width_style_color.
|
|
Chain ( ) : |
||
Clone ( ) : |
||
Color ( string value ) : |
Defines the color to use for various effects.
|
|
ColorSpace ( string value ) : |
||
Crop ( string value ) : |
A crop mode that determines how to transform the image for fitting into the desired width and height dimensions.
|
|
DefaultImage ( string value ) : |
||
Delay ( object value ) : |
||
Density ( object value ) : |
Control the density to use while converting a PDF document to images. (range: 50-300, default: 150).
|
|
Dpr ( object value ) : |
Sets Device Pixel Ratio (float, integer and "auto" values are allowed"). See http://cloudinary.com/blog/how_to_automatically_adapt_website_images_to_retina_and_hidpi_devices for further info.
|
|
Effect ( string value ) : |
Apply a filter or an effect on an image. The value includes the name of the effect and an additional parameter that controls the behavior of the specific effect.
|
|
Effect ( string effect, Object param ) : |
Apply a filter or an effect on an image.
|
|
EndIf ( ) : |
||
FetchFormat ( string value ) : |
||
Flags ( ) : |
||
Generate ( ) : string | ||
GenerateThis ( ) : string | ||
Gravity ( string value ) : |
Decides which part of the image to keep while 'crop', 'pad' and 'fill' crop modes are used. For overlays, this decides where to place the overlay.
|
|
Height ( object value ) : |
The required height of a transformed image or an overlay. Can be specified separately or together with the width value. Can also be a decimal value (e.g., 0.2) for percentage based resizing.
|
|
IfCondition ( ) : Condition |
Start defining a condition, which will be completed with a call Condition.Then()
|
|
IfCondition ( string condition ) : |
Define a conditional transformation defined by the condition string.
|
|
IfElse ( ) : |
||
Named ( ) : |
||
Opacity ( int value ) : |
Manipulate image opacity in order to make the image semi-transparent.
|
|
Overlay ( BaseLayer value ) : |
||
Overlay ( string value ) : |
||
Page ( object value ) : |
Given a multi-page PDF document, generate an image of a single page using the given index.
|
|
Prefix ( string value ) : |
||
Quality ( object value ) : |
Control the JPG compression quality. 1 is the lowest quality and 100 is the highest. The default is the original image's quality or 90% if not available. Reducing quality generates JPG images much smaller in file size.
|
|
Radius ( object value ) : |
||
RawTransformation ( string value ) : |
||
ResponsiveWidth ( bool value ) : |
Whether to enable automatic adaptation of website images. See http://cloudinary.com/blog/how_to_automatically_adapt_website_images_to_retina_and_hidpi_devices for further info.
|
|
SetHtmlHeight ( object value ) : |
||
SetHtmlWidth ( object value ) : |
||
ToString ( ) : string | ||
Transformation ( ) : System |
Creates empty transformation object.
|
|
Transformation ( object>.Dictionary |
Creates transformation object from single result of Actions.GetTransformResult.
|
|
Transformation ( List |
Creates transformation object chained with other transformations.
|
|
Underlay ( BaseLayer value ) : |
||
Underlay ( string value ) : |
||
Width ( object value ) : |
The required width of a transformed image or an overlay. Can be specified separately or together with the height value. Can also be a decimal value (e.g., 0.2) for percentage based resizing.
|
|
X ( object value ) : |
Horizontal position for custom-coordinates based cropping and overlay placement.
|
|
Y ( object value ) : |
Vertical position for custom-coordinates based cropping and overlay placement.
|
|
Zoom ( double value ) : |
How much zoom should be applying when detecting faces for crop, thumb or for overlays. (e.g. 0.5 will cause zoom out of x2 on both axes).
|
|
Zoom ( float value ) : |
How much zoom should be applying when detecting faces for crop, thumb or for overlays. (e.g. 0.5 will cause zoom out of x2 on both axes).
|
|
Zoom ( int value ) : |
How much zoom should be applying when detecting faces for crop, thumb or for overlays. (e.g. 0.5 will cause zoom out of x2 on both axes).
|
|
Zoom ( string value ) : |
How much zoom should be applying when detecting faces for crop, thumb or for overlays. (e.g. 0.5 will cause zoom out of x2 on both axes).
|
Метод | Описание | |
---|---|---|
GetString ( object>.Dictionary |
||
GetStringArray ( object>.Dictionary |
||
ICloneable ( ) : object | ||
ToString ( object obj ) : string |
public Add ( string key, object value ) : |
||
key | string | |
value | object | |
Результат |
public Angle ( int value ) : |
||
value | int | |
Результат |
public AspectRatio ( double value ) : |
||
value | double | A decimal value representing the ratio of the width divided by the height |
Результат |
public AspectRatio ( int nom, int denom ) : |
||
nom | int | Signifies the relative width |
denom | int | Signifies the relative height |
Результат |
public AspectRatio ( string value ) : |
||
value | string | |
Результат |
public Background ( string value ) : |
||
value | string | |
Результат |
public Border ( int width, string color ) : |
||
width | int | |
color | string | |
Результат |
public Border ( string value ) : |
||
value | string | |
Результат |
public Color ( string value ) : |
||
value | string | |
Результат |
public ColorSpace ( string value ) : |
||
value | string | |
Результат |
public Crop ( string value ) : |
||
value | string | |
Результат |
public DefaultImage ( string value ) : |
||
value | string | |
Результат |
public Delay ( object value ) : |
||
value | object | |
Результат |
public Density ( object value ) : |
||
value | object | |
Результат |
public Dpr ( object value ) : |
||
value | object | |
Результат |
public Effect ( string value ) : |
||
value | string | |
Результат |
public Effect ( string effect, Object param ) : |
||
effect | string | The name of the effect. |
param | Object | An additional parameter that controls the behavior of the specific effect. |
Результат |
public FetchFormat ( string value ) : |
||
value | string | |
Результат |
public Gravity ( string value ) : |
||
value | string | |
Результат |
public Height ( object value ) : |
||
value | object | |
Результат |
public IfCondition ( string condition ) : |
||
condition | string | A condition string. |
Результат |
public Opacity ( int value ) : |
||
value | int | |
Результат |
public Overlay ( BaseLayer value ) : |
||
value | BaseLayer | |
Результат |
public Overlay ( string value ) : |
||
value | string | |
Результат |
public Page ( object value ) : |
||
value | object | |
Результат |
public Prefix ( string value ) : |
||
value | string | |
Результат |
public Quality ( object value ) : |
||
value | object | |
Результат |
public Radius ( object value ) : |
||
value | object | |
Результат |
public RawTransformation ( string value ) : |
||
value | string | |
Результат |
public ResponsiveWidth ( bool value ) : |
||
value | bool | |
Результат |
public SetHtmlHeight ( object value ) : |
||
value | object | |
Результат |
public SetHtmlWidth ( object value ) : |
||
value | object | |
Результат |
public Transformation ( object>.Dictionary |
||
transformParams | object>.Dictionary | One can use an element of |
Результат | System |
public Transformation ( List |
||
transforms | List |
|
Результат | System |
public Underlay ( BaseLayer value ) : |
||
value | BaseLayer | |
Результат |
public Underlay ( string value ) : |
||
value | string | |
Результат |
public Width ( object value ) : |
||
value | object | |
Результат |
public X ( object value ) : |
||
value | object | |
Результат |
public Y ( object value ) : |
||
value | object | |
Результат |
public Zoom ( double value ) : |
||
value | double | |
Результат |
public Zoom ( float value ) : |
||
value | float | |
Результат |
public Zoom ( int value ) : |
||
value | int | |
Результат |
public Zoom ( string value ) : |
||
value | string | |
Результат |