Cuminas DjVu SDK for .NET Framework
Type Property (DIRMEntry)



Gets the type of the DIRM entry.
Syntax
Public ReadOnly Property Type As ChunkType
Dim instance As DIRMEntry
Dim value As ChunkType
 
value = instance.Type
public ChunkType Type {get;}
public:
property ChunkType Type {
   ChunkType get();
}

Property Value

Type of the chunk stored in the pointed DJVI chunk.
Remarks
Please note that the actual chunk pointed by a DIRM entry is always a DJVI; not the contained chunk.
Requirements

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

See Also

Reference

DIRMEntry Class
DIRMEntry Members

Send Feedback