Overload List

  Name Description
Public method Static member FormatImage(ImageFormatterEventArgs)
Creates a formatted image from the passed image (Resizes the original image and converts it to a specified image type).
Public method Static member FormatImage(array<Byte>[]()[][], Size)
Creates a formatted image from the passed raw image (Resizes the original image and converts it to jpg image).
Public method Static member FormatImage(Image, Size)
Creates a formatted image from the passed image (Resizes the original image and converts it to jpg image).
Public method Static member FormatImage(array<Byte>[]()[][], Size, ImageFormat)
Creates a formatted image from the passed raw image (Resizes the original image and converts it to a specified image type).
Public method Static member FormatImage(array<Byte>[]()[][], Int32, Int32)
Creates a formatted image from the passed raw image (Resizes the original image and converts it to jpg image).
Public method Static member FormatImage(Image, Size, ImageFormat)
Creates a formatted image from the passed image (Resizes the original image and converts it to a specified image type).
Public method Static member FormatImage(Image, Int32, Int32)
Creates a formatted image from the passed image (Resizes the original image and converts it to jpg image).
Public method Static member FormatImage(array<Byte>[]()[][], Int32, Int32, ImageFormat)
Creates a formatted image from the passed raw image (Resizes the original image and converts it to a specified image type).
Public method Static member FormatImage(Image, Int32, Int32, ImageFormat)
Creates a formatted image from the passed image (Resizes the original image and converts it to a specified image type).
Public method Static member FormatImage(Boolean, Boolean, array<Byte>[]()[][], Int32, Int32, ImageFormat)
Creates a formatted image from the passed image (Resizes the original image and converts it to a specified image type).
Public method Static member FormatImage(Boolean, Boolean, Image, Int32, Int32, ImageFormat)
Creates a formatted image from the passed image (Resizes the original image and converts it to a specified image type).

See Also