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