Compression

WmfBitmapInfoHeader.Compression property

Gets or sets a 32-bit unsigned integer that defines the compression mode of the DIB. This value MUST be in the Compression Enumeration (section 2.1.1.7). This value MUST NOT specify a compressed format if the DIB is a top-down bitmap, as indicated by the Height value.

public WmfCompression Compression { get; set; }

See Also