Cuminas DjVu SDK for .NET Framework
Item Property (DIRMEntryCollection)



File name of an DIRM entry.
Gets a DIRM entry by its name.
Syntax
Public Shadows ReadOnly Default Property Item( _
   ByVal name As String _
) As DIRMEntry
Dim instance As DIRMEntryCollection
Dim name As String
Dim value As DIRMEntry
 
value = instance.Item(name)
public new DIRMEntry this[ 
   string name
]; {get;}
public:
new property DIRMEntry^ default [String^] {
   DIRMEntry^ get(String^ name);
}

Parameters

name
File name of an DIRM entry.

Property Value

DIRMEntry object for that name if exists.
Remarks
If the entry of the file name is not found, this method throws an exception.
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

DIRMEntryCollection Class
DIRMEntryCollection Members

Send Feedback