Search Results for

    Show / Hide Table of Contents

    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

    Extension Methods

    EnumExtensions.GetNames<TEnum>(TEnum)
    In This Article
    Back to top (c) Meriworks 2002-2022