AntiAliasMode

EmfPlusSetTsGraphics.AntiAliasMode property

Gets or sets an 8-bit unsigned integer that specifies the quality of line rendering, including the type of line anti-aliasing. It MUST be defined in the SmoothingMode enumeration (section 2.1.1.28).

public EmfPlusSmoothingMode AntiAliasMode { get; set; }

Property Value

The anti alias mode.

See Also