PDFDraw Constructor (Double) |
Creates a new PDFDraw instance.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public PDFDraw(
double dpi
)
Public Sub New (
dpi As Double
)
public:
PDFDraw(
[InAttribute] double dpi
)
pdftron.PDF.PDFDraw = function(dpi);
Parameters
- dpi
- Type: SystemDouble
The output image resolution.
See Also