XPSOutputOptionsSetDPI 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
)
Public Sub SetDPI (
dpi As UInteger
)
public:
virtual void SetDPI(
[InAttribute] unsigned int dpi
) sealed
Parameters
- dpi
- Type: SystemUInt32
the resolution in Dots Per Inch
See Also