Click or drag to resize

XODOutputOptionsSetJPGQuality Method

Specifies the compression quality to use when generating JPEG images.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetJPGQuality(
	uint quality
)

Parameters

quality
Type: SystemUInt32
the JPEG compression quality, from 0(highest compression) to 100(best quality).
See Also