Class EmfPlusCompressedImage
EmfPlusCompressedImage class
The EmfPlusCompressedImage object specifies an image with compressed data.
public sealed class EmfPlusCompressedImage : EmfPlusBaseBitmapData
Constructors
Name | Description |
---|---|
EmfPlusCompressedImage() | The default constructor. |
Properties
Name | Description |
---|---|
CompressedImageData { get; set; } | Gets or sets an array of bytes, which specify the compressed image. The type of compression MUST be determined from the data itself. |
See Also
- class EmfPlusBaseBitmapData
- namespace Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects
- assembly Aspose.Imaging