Width

WmfBitmapInfoHeader.Width property

Gets or sets a 32-bit signed integer that defines the width of the DIB, in pixels. This value MUST be positive. This field SHOULD specify the width of the decompressed image file, if the Compression value specifies JPEG or PNG format.

public int Width { get; set; }

See Also