OcrEngine.MaxImageDimension Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The maximum image pixel dimensions supported by the OCR engine.