Search Results for

    Show / Hide Table of Contents

    Class ExportMetadataEffect

    Effect for exporting all User Metadata as XMP.

    Inheritance
    System.Object
    Effect
    ExportMetadataEffect
    Implements
    System.ICloneable
    Namespace: ImageVault.Common.Data.Effects
    Assembly: ImageVault.Common.dll
    Syntax
    public class ExportMetadataEffect : Effect

    Constructors

    ExportMetadataEffect()

    Constructs an ExportMediaEffect with default export type.

    Declaration
    public ExportMetadataEffect()

    ExportMetadataEffect(ExportMetadataTypes)

    Constructs an ExportMediaEffect with given export type.

    Declaration
    public ExportMetadataEffect(ExportMetadataTypes type)
    Parameters
    Type Name Description
    ExportMetadataTypes type

    The desired export type

    Properties

    ExportMetadataType

    Metadata type to export

    Declaration
    public ExportMetadataTypes ExportMetadataType { get; set; }
    Property Value
    Type Description
    ExportMetadataTypes

    Methods

    Clone()

    Creates a clone of this effect

    Declaration
    public override object Clone()
    Returns
    Type Description
    System.Object
    Overrides
    Effect.Clone()

    Equals(ExportMetadataEffect)

    Determines whether the specified ExportMetadataEffect is equal to the current ExportMetadataEffect.

    Declaration
    public bool Equals(ExportMetadataEffect other)
    Parameters
    Type Name Description
    ExportMetadataEffect other

    The ExportMetadataEffect to compare with the current ExportMetadataEffect.

    Returns
    Type Description
    System.Boolean

    true if the specified ExportMetadataEffect is equal to the current CropEffect; otherwise, false.

    ToString()

    ToString() override

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    Implements

    System.ICloneable

    Extension Methods

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