Class EmfPlusSetTextRenderingHint

Class EmfPlusSetTextRenderingHint

Namespace: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records
Assembly: Aspose.Imaging.dll (25.4.0)

The EmfPlusSetTextRenderingHint record specifies the quality of text rendering, including the type of anti-aliasing.

public sealed class EmfPlusSetTextRenderingHint : EmfPlusPropertyRecordType

Inheritance

object MetaObject EmfPlusRecord EmfPlusPropertyRecordType EmfPlusSetTextRenderingHint

Inherited Members

EmfPlusRecord.Type , EmfPlusRecord.Flags , EmfPlusRecord.Size , EmfPlusRecord.DataSize , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

EmfPlusSetTextRenderingHint(EmfPlusRecord)

Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusSetTextRenderingHint class.

public EmfPlusSetTextRenderingHint(EmfPlusRecord source)

Parameters

source EmfPlusRecord

The source.

Properties

TextRenderingHint

Gets or sets the text rendering hint value, from the TextRenderingHint enumeration (section 2.1.1.32), which specifies the quality to use in subsequent text rendering.

public EmfPlusTextRenderingHint TextRenderingHint { get; set; }

Property Value

EmfPlusTextRenderingHint

 English