Class ChangeOutputFormatEffectAttribute
Add a ChangeOutputFormatEffect to a format
Inheritance
System.Object
ChangeOutputFormatEffectAttribute
Assembly: ImageVault.Client.dll
public class ChangeOutputFormatEffectAttribute : EffectAttribute
Constructors
Declaration
public ChangeOutputFormatEffectAttribute(int sortOrder = 1)
Parameters
Type |
Name |
Description |
System.Int32 |
sortOrder |
|
Declaration
public ChangeOutputFormatEffectAttribute(string contentType, int sortOrder = 1)
Parameters
Type |
Name |
Description |
System.String |
contentType |
|
System.Int32 |
sortOrder |
|
Properties
ContentType
Declaration
public string ContentType { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
Declaration
public override Effect CreateEffect()
Returns
Overrides
Extension Methods