Cuminas DjVu SDK for .NET Framework
Offset Property



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

Property Value

Offset address of the chunk in bundled DjVu file.

For indirect DjVu files, the value is 0.

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