Click or drag to resize

XODOutputOptionsSetDPI Method

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

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

Parameters

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