Table of Contents

Class BmpReadDefines

Namespace
ImageMagick.Formats
Assembly
Magick.NET-Q8-AnyCPU.dll

Class for defines that are used when a ImageMagick.MagickFormat.Bmp image is read.

public sealed class BmpReadDefines : IReadDefines, IDefines
Inheritance
BmpReadDefines
Implements
IReadDefines
IDefines
Inherited Members

Constructors

BmpReadDefines()

public BmpReadDefines()

Properties

Defines

Gets the defines that should be set as a define on an image.

public IEnumerable<IDefine> Defines { get; }

Property Value

IEnumerable<IDefine>

Format

Gets the format where the defines are for.

public MagickFormat Format { get; }

Property Value

MagickFormat

IgnoreFileSize

Gets or sets a value indicating whether the file size should be ignored (bmp:ignore-filesize).

public bool IgnoreFileSize { get; set; }

Property Value

bool