ContentGenerationDelegateT, V Delegate

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Represents a content generation delegate which can be used for TextBlock creation.

Namespace:  Apitron.PDF.Kit.FlowLayout.Content
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public delegate V ContentGenerationDelegate<T, V>(
	T parameter
)

Parameters

parameter
Type: T
The input parameter.

Type Parameters

T
Input value type.
V
Output value type.

Return Value

Type: V
The content generation result.
See Also

Reference