AJE Components
ImageFunctions MembersAJE Data Report Engine Help

The ImageFunctions type exposes the following members.
Constructors

  NameDescription
Public methodImageFunctions
Initializes a new instance of the ImageFunctions class
Back to Top
Methods

  NameDescription
Public methodStatic memberBase64ToImage
Converts Base 64 to an Image.
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Public methodStatic memberFileNameToImageFormat
Returns the Image Format from a File Name using the File Extension.
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodStatic memberGetCodecInfo
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodStatic memberImageFormatToString
Returns the String Format of an Image.
Public methodStatic memberImageToBase64(Image, ImageFormat)
Converts an Image to Base 64.
Public methodStatic memberImageToBase64(Image, Int32, Int32)
Converts an Image to Base 64.
Public methodStatic memberImageToBase64(String, Int32, Int32)
Converts an Image to Base 64.
Public methodStatic memberImageToBase64(Image, Int32, Int32, ImageFormat)
Converts an Image to Base 64.
Public methodStatic memberImageToBase64(String, Int32, Int32, ImageFormat)
Converts an Image to Base 64.
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodStatic memberResizeImage(Image, Size)
Public methodStatic memberResizeImage(Bitmap, Int32, Int32)
Public methodStatic memberResizeImage(Image, Int32, Int32)
Public methodStatic memberRotateImage(Image, Single)
Creates a new Image containing the same image only rotated
Public methodStatic memberRotateImage(Image, PointF, Single)
Creates a new Image containing the same image only rotated
Public methodStatic memberSaveJpeg(MemoryStream, Image, Int64)
Public methodStatic memberSaveJpeg(String, Image, Int64)
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Back to Top
See Also