Click or drag to resize

SVGOutputOptionsSetFlattenMaximumImagePixels Method

Specifies the maximum image size in pixels. Default is 2000000.

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

Parameters

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