Height

EmfPlusBitmap.Height property

Gets or sets bitmap height Height (4 bytes): A 32-bit signed integer that specifies the height in pixels of the area occupied by the bitmap. If the image is compressed, according to the Type field, this value is undefined and MUST be ignored.

public int Height { get; set; }

Property Value

The height.

See Also