Click or drag to resize

XODOutputOptionsSetMaximumImagePixels Method

Specifies the maximum image size in pixels.

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

Parameters

max_pixels
Type: SystemUInt32
the maximum number of pixels an image can have.
See Also