Class ExportMetadataEffect
Effect for exporting all User Metadata as XMP.
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
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