Class MediaFormatUtil
Utility class for handling MediaFormats
Inheritance
System.Object
MediaFormatUtil
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ImageVault.EPiServer.Common
Assembly: ImageVault.EPiServer.Common.dll
Syntax
public static class MediaFormatUtil
Methods
GetThumbnailFormatWithEffects(Effect[])
Gets a thumbnail format with the supplied effects.
Declaration
public static ThumbnailFormat GetThumbnailFormatWithEffects(params Effect[] effects)
Parameters
Type | Name | Description |
---|---|---|
Effect[] | effects |
Returns
Type | Description |
---|---|
ThumbnailFormat |
GetThumbnailFormatWithEffects(IList<Effect>)
Gets a thumbnail format with the supplied effects.
Declaration
public static ThumbnailFormat GetThumbnailFormatWithEffects(IList<Effect> effects)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<Effect> | effects |
Returns
Type | Description |
---|---|
ThumbnailFormat |