Finds the dictionary item specified by the item name and type.
Namespace:
C1.C1PrintDocument.DocEngine.SrcAssembly: 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 |