Search Results for

    Show / Hide Table of Contents

    Class ChangeOutputFormatEffectAttribute

    Add a ChangeOutputFormatEffect to a format

    Inheritance
    System.Object
    EffectAttribute
    ChangeOutputFormatEffectAttribute
    Inherited Members
    EffectAttribute.SortOrder
    Namespace: ImageVault.Client.Descriptors.Effects
    Assembly: ImageVault.Client.dll
    Syntax
    public class ChangeOutputFormatEffectAttribute : EffectAttribute

    Constructors

    ChangeOutputFormatEffectAttribute(Int32)

    Declaration
    public ChangeOutputFormatEffectAttribute(int sortOrder = 1)
    Parameters
    Type Name Description
    System.Int32 sortOrder

    ChangeOutputFormatEffectAttribute(String, Int32)

    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

    CreateEffect()

    Create the effect

    Declaration
    public override Effect CreateEffect()
    Returns
    Type Description
    Effect
    Overrides
    EffectAttribute.CreateEffect()

    Extension Methods

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