次の方法で共有


OcrEngine.MaxImageDimension プロパティ

定義

OCR エンジンでサポートされている最大画像ピクセル サイズを取得します。

public:
 static property unsigned int MaxImageDimension { unsigned int get(); };
static uint32_t MaxImageDimension();
public static uint MaxImageDimension { get; }
var uInt32 = OcrEngine.maxImageDimension;
Public Shared ReadOnly Property MaxImageDimension As UInteger

プロパティ値

UInt32

unsigned int

uint32_t

OCR エンジンでサポートされる最大画像ピクセル サイズ。

適用対象