ProcessingStandardProcessingFunctionImg Delegate

CVB.Net Documentation
Delegate for generating the bound Lambda expressions that will help reduce code duplication.

Namespace:  Stemmer.Cvb.Runtime.InteropServices
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public delegate int StandardProcessingFunctionImg(
	out IntPtr imgOut
)

Parameters

imgOut
Type: SystemIntPtr
output image created by the processor

Return Value

Type: Int32
See Also

Reference