Class CompressionQualityEffect
Implements
System.ICloneable
Namespace: ImageVault.Common.Data.Effects
Assembly: ImageVault.Common.dll
Syntax
public class CompressionQualityEffect : Effect
Constructors
CompressionQualityEffect()
Declaration
public CompressionQualityEffect()
CompressionQualityEffect(Byte)
Declaration
public CompressionQualityEffect(byte value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Byte | value |
Properties
Value
Get/Sets the CompressionQuality of the MediaConversion
Declaration
public byte Value { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Byte | A value from 0 to 100 where 0 is minimum quality and 100 is maximum quality |
Methods
Clone()
Creates a new object that is a copy of the current instance.
Declaration
public override object Clone()
Returns
| Type | Description |
|---|---|
| System.Object | A new object that is a copy of this instance. |
Overrides
Implements
System.ICloneable