Finds the dictionary item specified by the item name and type.

Namespace:  C1.C1PrintDocument.DocEngine.Src
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
public DictItem FindItem(
	string itemName,
	Type itemType
)
Visual Basic (Declaration)
Public Function FindItem ( _
	itemName As String, _
	itemType As Type _
) As DictItem

Parameters

itemName
Type: System..::.String
Item name
itemType
Type: System..::.Type
Item type

Return Value

The dictionary item found or null

See Also