Table of Contents

Class DrawableTextEncoding

Namespace
ImageMagick
Assembly
Magick.NET-Q16-AnyCPU.dll

Encapsulation of the DrawableTextEncoding object.

public sealed class DrawableTextEncoding : IDrawableTextEncoding, IDrawable
Inheritance
DrawableTextEncoding
Implements
IDrawableTextEncoding
IDrawable
Inherited Members

Constructors

DrawableTextEncoding(Encoding)

Initializes a new instance of the DrawableTextEncoding class.

public DrawableTextEncoding(Encoding encoding)

Parameters

encoding Encoding

Encoding to use.

Properties

Encoding

Gets or sets the encoding of the text.

public Encoding Encoding { get; set; }

Property Value

Encoding