Click or drag to resize

PDFRasterizerSetAntiAliasing Method

Enable or disable anti-aliasing. Anti-Aliasing is a technique used to improve the visual quality of images when displaying them on low resolution devices (for example, low DPI computer monitors). Anti-aliasing is enabled by default.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetAntiAliasing(
	bool enable_aa
)

Parameters

enable_aa
Type: SystemBoolean
true to enable anti-aliasing.
See Also