EmfPlusCompressedImage Class
Summary: The EmfPlusCompressedImage object specifies an image with compressed data.
Module: aspose.imaging.fileformats.emf.emfplus.objects
Full Name: aspose.imaging.fileformats.emf.emfplus.objects.EmfPlusCompressedImage
Inheritance: EmfPlusBaseBitmapData
Constructors
Name | Description |
---|---|
EmfPlusCompressedImage() | Initializes a new instance of the EmfPlusCompressedImage class |
Properties
Name | Type | Access | Description |
---|---|---|---|
compressed_image_data | byte | r/w | Gets or sets an array of bytes, which specify the compressed image. The type of compression MUST be determined from the data itself. |
Constructor: EmfPlusCompressedImage()
EmfPlusCompressedImage()
Initializes a new instance of the EmfPlusCompressedImage class