Class IgnoreEffectsAttribute
Decorate a Media property to indicate which types of effects that shouldn't be applied to the format
Inheritance
System.Object
IgnoreEffectsAttribute
Namespace: ImageVault.Client.Descriptors.Effects
Assembly: ImageVault.Client.dll
Syntax
public class IgnoreEffectsAttribute : Attribute
Constructors
IgnoreEffectsAttribute(EffectTypes)
Ignores the supplied effect types
Declaration
public IgnoreEffectsAttribute(EffectTypes effectTypes)
Parameters
Type | Name | Description |
---|---|---|
EffectTypes | effectTypes |
Properties
EffectTypes
The EffectTypes to ignore
Declaration
public EffectTypes EffectTypes { get; set; }
Property Value
Type | Description |
---|---|
EffectTypes |