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