 | OcrPixSetResolution Method |
Sets the resolution for this
OcrPix.
Namespace: Patagames.OcrAssembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntaxpublic void SetResolution(
int xres,
int yres
)
Public Sub SetResolution (
xres As Integer,
yres As Integer
)
public:
void SetResolution(
int xres,
int yres
)
member SetResolution :
xres : int *
yres : int -> unit public void SetResolution(
int xres,
int yres
)
function SetResolution(xres, yres);
Parameters
- xres Int32
- The horizontal resolution, in dots per inch, of the OcrPix.
- yres Int32
- The vertical resolution, in dots per inch, of the OcrPix.
See Also