CogOCVMaxParagraphIterator SetAlphabet Method ( Int32 )Cognex VisionPro 9.7
Set the list of every character within the current font that may, either correctly or incorrectly, be observed within this paragraph. Specifically, set the list to correspond to those characters whose keys are in the supplied array of System::Int32. If this array has no elements, then the resulting empty alphabet list will be interpreted to mean use all available characters.

Namespace: Cognex.VisionPro.OCVMax
Assembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 73.0.0.0
Syntax

public void SetAlphabet(
	int[] NewValue
)

Parameters

NewValue
Type:  System Int32 
A System::Array of System::Int32. These are the desired character keys.
Events

Event TypeReason
CogOCVMaxPattern ParagraphChangedFires when this property changes, provides more detailed information than the Changed event.
CogOCVMaxPatternChangedFires when this property changes.
Exceptions

ExceptionCondition
InvalidOperationExceptionIf this paragraph iterator does not currently reference a valid paragraph.
ObjectDisposedExceptionIf the associated CogOCVMaxPattern object has already been disposed.
See Also