Click or drag to resize

PDFRasterizerSetImageSmoothing Method

Enable or disable image smoothing. The rasterizer allows a tradeoff between rendering quality and rendering speed. This function can be used to indicate the preference between rendering speed and quality.image smoothing is enabled by default.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetImageSmoothing(
	bool smoothing_enabled,
	bool hq_image_smoothing
)

Parameters

smoothing_enabled
Type: SystemBoolean
whether to enable image smoothing
hq_image_smoothing
Type: SystemBoolean

[Missing <param name="hq_image_smoothing"/> documentation for "M:pdftron.PDF.PDFRasterizer.SetImageSmoothing(System.Boolean,System.Boolean)"]

Remarks
image smoothing option has effect only if the source image has higher resolution that the output resolution of the image on the rasterized page. PDFNet automatically controls at what resolution/zoom factor, 'image smoothing' needs to take effect.
See Also