OcrEngine.MaxImageDimension Property

Definition

Gets the maximum image pixel dimensions supported by the OCR engine.

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

Property Value

UInt32

unsigned int

uint32_t

The maximum image pixel dimensions supported by the OCR engine.

Applies to