HtmlPrintQuality
Adjusts the resolution of the image output by HtmlToImage.
Member of namespace
ConvertSyntax
bool HtmlPrintQuality (int dpi)Parameters
- dpi
- Type: int
Returns
False if the parameter is invalid. Otherwise, True.Level
Page level.Details
Sets the resolution of the output image for HtmlToImage. If this action is not called, the default value of 200 dpi is used. Typically, input documents for recognition are 200 dpi.- Example:
HtmlPrintQuality(200) HtmlDocumentToImage()