Click or drag to resize

OcrResultRendererInsert Method

Insert renderer

Namespace:  Patagames.Ocr
Assembly:  Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.2.411
Syntax
public void Insert(
	OcrResultRenderer next
)

Parameters

next
Type: Patagames.OcrOcrResultRenderer
The renderer, before which will be inserted the current renderer
Remarks
Caution note Caution
Must be new'd instance.
Renderers aren't ordered, but appends the sequences of next parameter and existing next(). The renderers should be unique across both lists.
See Also