Class PbmMetadata
Provides PBM specific metadata information for the image.
Implements
Inherited Members
Namespace: SixLabors.ImageSharp.Formats.Pbm
Assembly: SixLabors.ImageSharp.dll
Syntax
public class PbmMetadata : IDeepCloneable
Constructors
| Edit this page View SourcePbmMetadata()
Initializes a new instance of the PbmMetadata class.
Declaration
public PbmMetadata()
Properties
| Edit this page View SourceColorType
Gets or sets the color type.
Declaration
public PbmColorType ColorType { get; set; }
Property Value
Type | Description |
---|---|
PbmColorType |
ComponentType
Gets or sets the data type of the pixel components.
Declaration
public PbmComponentType ComponentType { get; set; }
Property Value
Type | Description |
---|---|
PbmComponentType |
Encoding
Gets or sets the encoding of the pixels.
Declaration
public PbmEncoding Encoding { get; set; }
Property Value
Type | Description |
---|---|
PbmEncoding |
Methods
| Edit this page View SourceDeepClone()
Creates a new object that is a deep copy of the current instance.
Declaration
public IDeepCloneable DeepClone()
Returns
Type | Description |
---|---|
IDeepCloneable | The IDeepCloneable. |