CompositingQuality

EmfPlusSetTsGraphics.CompositingQuality property

Gets or sets an 8-bit unsigned integer that specifies the degree of smoothing to apply to lines, curves and the edges of filled areas to make them appear more continuous or sharply defined. It MUST be a value in the CompositingQuality enumeration (section 2.1.1.6).

public EmfPlusCompositingQuality CompositingQuality { get; set; }

Property Value

The compositing quality.

See Also