Table of Contents

Class CaptionReadDefines

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

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

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

Constructors

CaptionReadDefines()

public CaptionReadDefines()

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

MaxFontPointsize

Gets or sets a the maximum font pointsize (caption:max-pointsize).

public double? MaxFontPointsize { get; set; }

Property Value

double?

StartFontPointsize

Gets or sets a the start font pointsize (caption:start-pointsize).

public double? StartFontPointsize { get; set; }

Property Value

double?