PDFRendererSettings Constructor(double,double)
In This Topic
Initializes a new
PDFRendererSettings object.
Syntax
public PDFRendererSettings(
double ,
double
)
|
Parameters
- dpiX
- Horizontal resolution used for converting the PDF page to image.
- dpiY
- Vertical resolution used for converting the PDF page to image.
See Also