Class BmpMetadata
- Namespace
- SixLabors.ImageSharp.Formats.Bmp
- Assembly
- SixLabors.ImageSharp.dll
Provides Bmp specific metadata information for the image.
public class BmpMetadata : IDeepCloneable
- Inheritance
-
BmpMetadata
- Implements
- Inherited Members
Constructors
BmpMetadata()
Initializes a new instance of the BmpMetadata class.
public BmpMetadata()
Properties
BitsPerPixel
Gets or sets the number of bits per pixel.
public BmpBitsPerPixel BitsPerPixel { get; set; }
Property Value
InfoHeaderType
Gets or sets the bitmap info header type.
public BmpInfoHeaderType InfoHeaderType { get; set; }
Property Value
Methods
DeepClone()
public IDeepCloneable DeepClone()