Click or drag to resize

PdfDecoderSmoothingMode Property

Note: This API is now obsolete.

Gets or sets a value specifying whether and how smoothing (antialiasing) is applied to lines, curves, and edges of filled areas and text.

Namespace:  Atalasoft.Imaging.Codec.Pdf
Assembly:  Atalasoft.dotImage.PdfReader (in Atalasoft.dotImage.PdfReader.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
[ObsoleteAttribute("This property is ignored.", false)]
public SmoothingMode SmoothingMode { get; set; }

Property Value

Type: SmoothingMode
Remarks
In contrast to GDI+, the smoothing mode does effect text. This follows from the fact that the PDF decoder draws text as bezier curves.
See Also