Class TiffReadDefines
- Namespace
- ImageMagick.Formats
- Assembly
- Magick.NET-Q8-AnyCPU.dll
Class for defines that are used when a ImageMagick.MagickFormat.Tiff image is read.
public sealed class TiffReadDefines : IReadDefines, IDefines
- Inheritance
-
TiffReadDefines
- Implements
-
IReadDefinesIDefines
- Inherited Members
Constructors
TiffReadDefines()
public TiffReadDefines()
Properties
AssumeAlpha
Gets or sets a value indicating whether to assume that a single extra sample is an alpha channel (tiff:assume-alpha).
public bool? AssumeAlpha { get; set; }
Property Value
- bool?
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
IgnoreExifPoperties
Gets or sets a value indicating whether the exif profile should be ignored (tiff:exif-properties).
[Obsolete("This property will be removed in the next major release, use IgnoreExifProperties instead.")]
public bool? IgnoreExifPoperties { get; set; }
Property Value
- bool?
IgnoreExifProperties
Gets or sets a value indicating whether the exif profile should be ignored (tiff:exif-properties).
public bool? IgnoreExifProperties { get; set; }
Property Value
- bool?
IgnoreLayers
Gets or sets a value indicating whether the layers should be ignored (tiff:ignore-layers).
public bool? IgnoreLayers { get; set; }
Property Value
- bool?
IgnoreTags
Gets or sets the tiff tags that should be ignored (tiff:ignore-tags).
public IEnumerable<string>? IgnoreTags { get; set; }