Click or drag to resize

PDFViewCtrlSetAntiAliasing 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).

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
whether to enable Anti-aliasing
Remarks
Anti-aliasing is enabled by default.
See Also