RanorexRanorex Documentation
CompressedImage Class
NamespacesRanorexCompressedImage
Represents a PNG compressed image.
Declaration Syntax
C#Visual BasicVisual C++
[SerializableAttribute]
public class CompressedImage
<SerializableAttribute>
Public Class CompressedImage
[SerializableAttribute]
public ref class CompressedImage
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
CompressedImage(Image)
Creates a new compressed PNG image out of a given image.

CompressedImage(Image, ImageFormat)
Creates a new compressed image out of a given image.

CompressedImage(String)
Initializes a new instance of the CompressedImage class from a base64 string.

Clone()()()()
Creates a clone of this instance.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Guid
A unique ID identifying the image. The Guid is chosen randomly and not connected to the image content in any way.

Image
The reconstructed image from the compressed data.

ImplicitWideningImplicitImplicitImplicit(CompressedImage to Bitmap)
Implicitly casts a CompressedImage object to a Bitmap.

MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Store(String)
Writes the compressed data to a file.

ToBase64String()()()()
Creates a Base64 string representation of this instance.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
Inheritance Hierarchy
Object
CompressedImage

Assembly: Ranorex.Core (Module: Ranorex.Core.dll) Version: 4.0.4.23593 (4.0.4.23593)