Click or drag to resize

OcrRegionCollectionIsValidForCollection Method

Returns whether the specified OcrRegion object is valid for addition to this collection.

Namespace:  Atalasoft.Ocr
Assembly:  Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected virtual bool IsValidForCollection(
	OcrRegion value
)

Parameters

value
Type: Atalasoft.OcrOcrRegion
The OcrRegion to be tested for validity

Return Value

Type: Boolean
True if the object is valid
Remarks
For the base OcrRegionCollection class, this method always returns true. Typically, this method will be used for type-safety testing of objects in subclasses of OcrRegionCollection, although other use cases are possible too.
See Also