Table of Contents

Class PbmMetadata

Namespace
SixLabors.ImageSharp.Formats.Pbm
Assembly
SixLabors.ImageSharp.dll

Provides PBM specific metadata information for the image.

public class PbmMetadata : IDeepCloneable
Inheritance
PbmMetadata
Implements
Inherited Members

Constructors

PbmMetadata()

Initializes a new instance of the PbmMetadata class.

public PbmMetadata()

Properties

ColorType

Gets or sets the color type.

public PbmColorType ColorType { get; set; }

Property Value

PbmColorType

ComponentType

Gets or sets the data type of the pixel components.

public PbmComponentType ComponentType { get; set; }

Property Value

PbmComponentType

Encoding

Gets or sets the encoding of the pixels.

public PbmEncoding Encoding { get; set; }

Property Value

PbmEncoding

Methods

DeepClone()

public IDeepCloneable DeepClone()

Returns

IDeepCloneable