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



Gets the size in bytes of the chunk in bundled DjVu file.
Syntax
Public ReadOnly Property Size As Integer
Dim instance As DIRMEntry
Dim value As Integer
 
value = instance.Size
public int Size {get;}
public:
property int Size {
   int get();
}

Property Value

The size in bytes of the chunk in bundled DjVu file.

For indirect DjVu files, the value may be 0; some of the indirect file may have the correct value.

Remarks

Please note that the actual chunk pointed by a DIRM entry is always a DJVI; not the contained chunk.

This method never throws exception even on indirect files.

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