Click or drag to resize

SVGOutputOptionsSetFlattenDPI Method

The output resolution, from 1 to 1000, in Dots Per Inch (DPI) at which to render elements which cannot be directly converted. Default is 140.

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

Parameters

dpi
Type: SystemUInt32
the resolution in Dots Per Inch
See Also