Table of Contents

Class EmfPlusCompressedImage

Namespace
Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects
Assembly
Aspose.Imaging.dll

The EmfPlusCompressedImage object specifies an image with compressed data.

public sealed class EmfPlusCompressedImage : EmfPlusBaseBitmapData
Inheritance
EmfPlusCompressedImage
Inherited Members

Constructors

EmfPlusCompressedImage()

public EmfPlusCompressedImage()

Properties

CompressedImageData

Gets or sets an array of bytes, which specify the compressed image. The type of compression MUST be determined from the data itself.

public byte[] CompressedImageData { get; set; }

Property Value

byte[]

Remarks

Bitmaps are specified by EmfPlusBitmap objects (section 2.2.2.2). An EmfPlusCompressedImage object MUST be present in the BitmapData field of an EmfPlusBitmap object if BitmapDataTypeCompressed is specified in its Type field. This object is generic and is used for different types of compressed data, including:  Exchangeable Image File Format(EXIF), as specified in [EXIF];  Graphics Interchange Format(GIF), as specified in [GIF];  Joint Photographic Experts Group(JPEG), as specified in [JFIF];  Portable Network Graphics(PNG), as specified in [RFC2083] and[W3C - PNG]; and  Tag Image File Format(TIFF), as specified in [RFC3302] and[TIFF].