Create a paragraph iterator corresponding to the initial paragraph in the arrangement.
Namespace: Cognex.VisionPro.OCVMaxAssembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 65.1.0.0
public CogOCVMaxParagraphIterator CreateParagraphIterator()
public CogOCVMaxParagraphIterator CreateParagraphIterator()
Public Function CreateParagraphIterator As CogOCVMaxParagraphIterator
Public Function CreateParagraphIterator As CogOCVMaxParagraphIterator
public:
CogOCVMaxParagraphIterator^ CreateParagraphIterator()
public:
CogOCVMaxParagraphIterator^ CreateParagraphIterator()
Return Value
Type:
CogOCVMaxParagraphIteratorA paragraph iterator that corresponds to the initial paragraph.
It is legal to call this method on an empty pattern (that is, on a pattern whose GetParagraphCount method returns zero). The IsInvalid, IsEnd, and IsFirst properties of the resulting iterator will all be True. Attempts to access any other property on this iterator will cause an exception to be thrown. This iterator may be supplied as an argument in a subsequent call to AddText.