 | OcrApiSourceResolution Property |
Gets or set the resolution of the source image in pixels per inch.
This should be setted right after
SetImage, and will let us return
appropriate font sizes for the text.
Namespace: Patagames.OcrAssembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntaxpublic int SourceResolution { get; set; }Public Property SourceResolution As Integer
Get
Set
public:
property int SourceResolution {
int get ();
void set (int value);
}member SourceResolution : int with get, set
/** @property */
public int get_SourceResolution()
/** @property */
public void set_SourceResolution(int value)
function get_SourceResolution();
function set_SourceResolution(value);
Property Value
Int32
See Also