Click or drag to resize

XODOutputOptionsSetPreferJPG Method

Where possible output JPG files rather than PNG. This will apply to both thumbnails and document images.

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

Parameters

prefer_jpg
Type: SystemBoolean
if true JPG images will be used whenever possible.
See Also