NotificationListTFind Method

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Finds a item which satisfies the predicate.

Namespace:  Apitron.PDF.Kit.FixedLayout.Resources
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public T Find(
	Predicate<T> match
)

Parameters

match
Type: SystemPredicateT
The match.

Return Value

Type: T
Returns a search result.
See Also

Reference