Class EmfPlusSetAntiAliasMode

Class EmfPlusSetAntiAliasMode

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

The EmfPlusSetAntiAliasMode record specifies the anti-aliasing mode for text output.

public sealed class EmfPlusSetAntiAliasMode : EmfPlusPropertyRecordType

Inheritance

objectMetaObjectEmfPlusRecordEmfPlusPropertyRecordTypeEmfPlusSetAntiAliasMode

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

EmfPlusSetAntiAliasMode(EmfPlusRecord)

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

public EmfPlusSetAntiAliasMode(EmfPlusRecord source)

Parameters

source EmfPlusRecord

The source.

Properties

AntiAliasing

Gets or sets a value indicating whether [anti aliasing]. If set, anti-aliasing SHOULD be performed. If clear, anti-aliasing SHOULD NOT be performed.

public bool AntiAliasing { get; set; }

Property Value

bool

SmoothingMode

Gets or sets the smoothing mode. (7 bits): The smoothing mode value, from the SmoothingMode enumeration (section 2.1.1.28)

public EmfPlusSmoothingMode SmoothingMode { get; set; }

Property Value

EmfPlusSmoothingMode