EmfPlusCompressedImage

EmfPlusCompressedImage class

The EmfPlusCompressedImage object specifies an image with compressed data.

public sealed class EmfPlusCompressedImage : EmfPlusBaseBitmapData

Constructors

NameDescription
EmfPlusCompressedImage()The default constructor.

Properties

NameDescription
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