Search Results for

    Show / Hide Table of Contents

    Interface IConversionEffect<TEffectConfiguration>

    The IConversionEffect interface

    Namespace: ImageVault.Core.Common.Conversion
    Assembly: ImageVault.Core.dll
    Syntax
    public interface IConversionEffect<TEffectConfiguration> : IConversionEffect
    Type Parameters
    Name Description
    TEffectConfiguration

    Properties

    Configuration

    Get/Sets the Configuration of the IConversionEffect

    Declaration
    TEffectConfiguration Configuration { get; set; }
    Property Value
    Type Description
    TEffectConfiguration
    In This Article
    Back to top (c) Meriworks 2002-2022