VietOCR.NET.OCRImageEntity.SetResolution C# (CSharp) Method

SetResolution() public method

public SetResolution ( int dpiX, int dpiY ) : void
dpiX int
dpiY int
return void
        public void SetResolution(int dpiX, int dpiY)
        {
            this.dpiX = dpiX;
            this.dpiY = dpiY;
        }